mirror of
https://github.com/frida/tinycc
synced 2024-12-25 22:46:49 +03: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 <stdio.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user