cf_string_float¶
Category: string
GitHub: cute_string.h
Sets the string to the decimal representation of a float.
| Parameters | Description |
|---|---|
s |
The string. Modified in-place. |
f |
The float value. |
Remarks¶
Shortform: sfloat(s, f).
Related Pages¶
cf_string_double
cf_string_int
cf_string_uint
cf_string_tofloat