6 lines
77 B
C
6 lines
77 B
C
|
#include <stdlib.h>
|
||
|
|
||
|
void init() {
|
||
|
putenv("PRINTF_EXPONENT_DIGITS=2");
|
||
|
}
|