|
Manpages STRLENSection: Linux Programmer's Manual (3 )Updated: 1993-04-12 Index Return to Main Contents NAMEstrlen - calculate the length of a stringSYNOPSIS#include <string.h> size_t strlen(const char *s); DESCRIPTIONThe strlen() function calculates the length of the string s, not including the terminating `\0' character.RETURN VALUEThe strlen() function returns the number of characters in s.CONFORMING TOSVID 3, POSIX, BSD 4.3, ISO 9899SEE ALSOstring(3)
IndexThis document was created by man2html, using the manual pages. Time: 01:21:54 GMT, June 19, 2013 |