round() in test (24_math_library) fail because there are no defs included.

gcc complain but work right and tcc simply fail to compile right.
master
seyko 2015-01-05 18:23:32 +03:00
parent 77ef3b2929
commit 524abd46b4
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#define _ISOC99_SOURCE 1
#include <stdio.h>
#include <math.h>