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. Related Pages¶ sdyna sempty scount scap