summaryrefslogtreecommitdiffstatshomepage
path: root/windows/init.c
blob: 78b8738f77badb0d581cf9bd7396be05d3fb527d (plain) (blame)
1
2
3
4
5
#include <stdlib.h>

void init() {
    putenv("PRINTF_EXPONENT_DIGITS=2");
}