micropython/py/formatfloat.h
Damien George 8bfec2b538 Rename formatfloat file; remove MICROPY_ENABLE_FLOAT from mpconfigport.h.
MICROPY_ENABLE_FLOAT is automatically set in mpconfig.h if MICROPY_FLOAT_IMPL
is set to a non-zero value.
2014-03-10 13:27:02 +00:00

2 lines
85 B
C

int format_float(float f, char *buf, size_t bufSize, char fmt, int prec, char sign);