Rivoreo Source Code Repositories
src.rivoreo.one
/
joke
/
piaoc
/
d7e17325960679737f76b45649c046ca82fdc811
/
.
/
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