Query: strnlen
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRNLEN(9) Basic C Library Functions STRNLEN(9)NAMEstrnlen - Find the length of a length-limited stringSYNOPSISsize_t strnlen(const char * s, size_t count);ARGUMENTSs The string to be sized count The maximum number of bytes to searchCOPYRIGHTKernel Hackers Manual 2.6. July 2010 STRNLEN(9)
Related Man Pages |
---|
strnlen(3) - debian |
strlen(3p) - posix |
string(3) - netbsd |
strnlen(3) - x11r4 |
strnlen(3) - php |
Similar Topics in the Unix Linux Community |
---|
pointer arithmetic vs. strlen() & strnlen()? |