Lazuli
|
libc string implementation. More...
Go to the source code of this file.
Functions | |
size_t | strlen (const char *s) |
Get the length of the string pointed by s . More... | |
libc string implementation.
This file contains the implementation of various functions declared by the standard header <string.h>.
Definition in file string.c.
size_t strlen | ( | const char * | s | ) |