Rivoreo Source Code Repositories
src.rivoreo.one
/
joke
/
piaoc
/
8c3ffc772bcd3468a40ff5ba5407f1e101a735d3
/
.
/
math.h
blob: bcb69b893e9b01990ebfb41b70b1f94d47cc828e [
file
] [
log
] [
blame
] [
raw
]
#include_next <math.h>
#ifndef
_PIAO_MATH_H
#define
_PIAO_MATH_H
#undef
isnan
#define
isnan
(
n
)
0
#endif