cf_string_int¶
Category: string
GitHub: cute_string.h
Sets the string to the decimal representation of an integer.
| Parameters | Description |
|---|---|
s |
The string. Modified in-place. |
i |
The integer value. |
Remarks¶
Shortform: sint(s, i).
Related Pages¶
cf_string_uint
cf_string_float
cf_string_double
cf_string_hex
cf_string_bool
cf_string_toint