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 24.1-24.3Function Reference24.1-24.3AllView Local Help CenterView Online Help CenterVersion: