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