mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
MICROPY_ENABLE_FLOAT is automatically set in mpconfig.h if MICROPY_FLOAT_IMPL is set to a non-zero value.
2 lines
85 B
C
2 lines
85 B
C
int format_float(float f, char *buf, size_t bufSize, char fmt, int prec, char sign);
|