mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-24 10:00:07 +08:00
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,3 +1,5 @@
|
||||
#define _ISOC99_SOURCE 1
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user