#include "plibc_private.h"
Go to the source code of this file.
Functions | |
char * | strndup (const char *s, size_t n) |
size_t | strnlen (const char *str, size_t maxlen) |
Definition in file string.c.
|
return a malloc'd copy of at most the specified number of bytes of a string
Definition at line 33 of file string.c. References strnlen(). |
|
Determine the length of a fixed-size string
Definition at line 51 of file string.c. Referenced by strndup(). |