Function stdio_strlen
Defined in File string.h
Function Documentation
-
size_t stdio_strlen(const char *s)
Get the length of a string.
- Parameters:
s – The string
- Returns:
The length of the string.
Defined in File string.h
Get the length of a string.
s – The string
The length of the string.