8bfec2b538
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);
|