| www.delorie.com/djgpp/doc/libc-2.01/libc_610.html | search |
#include <string.h> size_t strlen(const char *string);
This function returns the number of characters in string.
The length of the string.
if (strlen(fname) > PATH_MAX) invalid_file(fname);
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |