ustrlen

Tells the number of characters in a string.

Description

int ustrlen(const char *s);
This function returns the number of characters in `s'. Note that this doesn't have to equal the string's size in bytes.

Related Discussions

The following threads each have code containing this keyword: Note: You can click on the numbers to jump directly to the posts that reference this page.

Related Projects

The following projects include source code containing this keyword: