MicrOS
|
#include "../string.h"
Functions | |
size_t | strlen (const char *str) |
Get string length. More... | |
size_t strlen | ( | const char * | str | ) |
Get string length.
Returns the length of the C string str. The length of a C string is determined by the terminating null-character.
str | C string. |