cf_string_len¶
Category: string
GitHub: cute_string.h
Returns the length of the string (not counting the nul-terminator), or 0 if NULL.
| Parameters | Description |
|---|---|
s |
The string. |
Return Value¶
Returns the length of s.
Remarks¶
Shortform: slen(s).
Related Pages¶
cf_string_size
cf_string_count
cf_string_empty
cf_string_free