sempty¶ Category: string GitHub: cute_string.h Returns whether or not the string is empty. #define sempty(s) cf_string_empty(s) Parameters Description s The string. Can be NULL. Remarks¶ Both "" and NULL count as empty. Related Pages¶ sdyna slen scount scap