clib.h File Reference
#include <sys/types.h>
Go to the source code of this file.
Functions
char *
getcwd (char *, size_t)
int
memcmp (const void *, const void *, size_t)
void *
memcpy (void *, const void *, size_t)
void *
memmove (void *, const void *, size_t)
int
snprintf (char *, size_t, const char *,...)
int
strcasecmp (const char *str1, const char *str2)
const char *
strcasestr (const char *s, const char *pattern)
int
strncoll (const char *a, const char *b, int len)
int
vsnprintf (char *, size_t, const char *,...)