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 |
|
|
|
|
|
|
|
|
|