Skip to content

cf_string_empty

Category: string
GitHub: cute_string.h


Returns true if the string is NULL or has zero length.

#define cf_string_empty(s) sempty(s)
Parameters Description
s The string. Can be NULL.

Return Value

Returns true if the string is empty.

Remarks

Shortform: sempty(s).

cf_string_len
cf_string_free