Skip to content

slen

Category: string
GitHub: cute_string.h


Returns the number of characters in the string, not counting the nul-terminator.

#define slen(s) cf_string_len(s)
Parameters Description
s The string. Can be NULL.

sdyna
sempty
scount
scap