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.
This commit is contained in:
parent
77ef3b2929
commit
524abd46b4
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#define _ISOC99_SOURCE 1
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue