strings.h File Reference

API published in:
API deprecated in:


#include <sys/cdefs.h>
#include <sys/_types.h>

Go to the source code of this file.


Typedefs

typedef __size_t  size_t

Functions

__BEGIN_DECLS IMPORT_C int  bcmp (const void *, const void *, size_t) __pure
IMPORT_C void  bcopy (const void *, void *, size_t)
IMPORT_C void  bzero (void *, size_t)
IMPORT_C int  ffs (int) __pure2
IMPORT_C char *  index (const char *, int) __pure
IMPORT_C char *  rindex (const char *, int) __pure
IMPORT_C int  strcasecmp (const char *, const char *) __pure
IMPORT_C int  strncasecmp (const char *, const char *, size_t) __pure

Typedef Documentation

typedef __size_t size_t
 

Function Documentation

__BEGIN_DECLS IMPORT_C int bcmp const void *  ,
const void *  ,
size_t 
 
IMPORT_C void bcopy const void *  ,
void *  ,
size_t 
 
IMPORT_C void bzero void *  ,
size_t 
 
IMPORT_C int ffs int   ) 
 
IMPORT_C char* index const char *  ,
int 
 
IMPORT_C char* rindex const char *  ,
int 
 
IMPORT_C int strcasecmp const char *  ,
const char * 
 
IMPORT_C int strncasecmp const char *  ,
const char *  ,
size_t 
 

Copyright © Nokia Corporation 2001-2008
Back to top