cf_string_count¶
Category: string
GitHub: cute_string.h
Returns the byte count including the nul-terminator, or 0 if NULL. Same as cf_string_size.
| Parameters | Description |
|---|---|
s |
The string. Can be NULL. |
Return Value¶
Returns the byte count of s including the nul-terminator.
Remarks¶
Shortform: scount(s).