11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
strlen - returns the length of a string
|
|
|
|
int strlen( string str );
|
|
|
|
strlen() returns the number of characters in the string 'str'.
|
|
|
|
See also:
|
|
sizeof
|
|
|
|
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
|