The GNU C Library: String Length - The GNU Operating System and the Free Software Movement
5.3 String Length You can get the length of a string using the strlen function. This function is declared in the header file string.h. Function: size_t strlen (const char *s) Preliminary: | MT-Safe | AS-Safe | AC-Safe | See POSIX Safety Concepts. The strl...