strlen
Default mainpageat91libutilitystrlen
Description Source Call Graph
strlen
Return the length of a given string.
 
Syntax / parameters
size_t strlen (const char *pString)

Name Type Default Description
pString const char *
  Pointer to the start of the string.
 
Return value size_t
   
Description
Return the length of a given string.

 
Source
The documentation for this Member was generated from the following file:
  • string.c