Skip to content
Snippets Groups Projects
Select Git revision
  • 8721087661ea607ea68d45b4e518e53607cadbd3
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

formatfloat.h

Blame
  • user avatar
    Damien George authored
    MICROPY_ENABLE_FLOAT is automatically set in mpconfig.h if MICROPY_FLOAT_IMPL
    is set to a non-zero value.
    8bfec2b5
    History
    formatfloat.h 85 B
    int format_float(float f, char *buf, size_t bufSize, char fmt, int prec, char sign);