strlen
Example: strlen | String Manipulation Functions |
Returns the length (in bytes) of a string.
size_t strlen( const char *string);
string | The string whose length is returned. |
Return Values
strlen returns the length (in bytes) of a string.
Example: strlen | String Manipulation Functions |
Returns the length (in bytes) of a string.
size_t strlen( const char *string);
string | The string whose length is returned. |
strlen returns the length (in bytes) of a string.
Tips to improve your search results...
VuGen Function ReferenceVersion 25.1Function Reference25.1AllView Local Help CenterView Online Help CenterVersion: