micropython/windows/init.c

6 wiersze
77 B
C

#include <stdlib.h>
void init() {
putenv("PRINTF_EXPONENT_DIGITS=2");
}