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:
@ -1,3 +1,5 @@
|
||||
#define _ISOC99_SOURCE 1
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user