cf_string_fit¶
Category: string
GitHub: cute_string.h
Ensures the string can hold at least n bytes, growing if necessary.
| Parameters | Description |
|---|---|
s |
The string. Modified in-place. |
n |
The minimum number of bytes to reserve. |
Remarks¶
Shortform: sfit(s, n).