Damien George
11 years ago
5 changed files with 14 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
#include <stdlib.h> |
|||
|
|||
void init() { |
|||
putenv("PRINTF_EXPONENT_DIGITS=2"); |
|||
} |
@ -0,0 +1 @@ |
|||
void init(); |
Loading…
Reference in new issue