Desktop/xinu_mips-1.0.2.tar/xinu_mips-1.0.2/lib/libxc/strlen.c File Reference
Go to the source code of this file.
|
Functions |
int | strlen (const char *s) |
Detailed Description
strlen
- Id
- strlen.c 221 2007-07-11 18:45:46Z mschul
Definition in file strlen.c.
Function Documentation
int strlen |
( |
const char * |
s |
) |
|
Returns the number of non-NULL bytes in a string.
- Parameters:
-
- Returns:
- length of the string
Definition at line 14 of file strlen.c.