cf_string_cap¶
Category: string
GitHub: cute_string.h
Returns the capacity of the string's backing buffer, or 0 if NULL.
| Parameters | Description |
|---|---|
s |
The string. Can be NULL. |
Return Value¶
Returns the number of bytes allocated.
Remarks¶
Shortform: scap(s).