![]() -> Click here to learn how to get live help <- |
STRLENIndexNAMEstrlen - calculate the length of a stringSYNOPSIS#include <string.h> size_t strlen(const char *s); DESCRIPTIONThe fBstrlen()fP function calculates the length of the string fIsfP, not including the terminating ` ' character.RETURN VALUEThe fBstrlen()fP function returns the number of characters in fIsfP.CONFORMING TOSVID 3, POSIX, BSD 4.3, ISO 9899SEE ALSOstring(3)
Index |