cf_string_empty¶
Category: string
GitHub: cute_string.h
Returns true if the string is NULL or has zero length.
| Parameters | Description |
|---|---|
s |
The string. Can be NULL. |
Return Value¶
Returns true if the string is empty.
Remarks¶
Shortform: sempty(s).