Function stdio_strlen

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.