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