blob: f573d48f998f862b4ff1ef26bb34ce86d82b377b [file] [log] [blame] [raw]
#ifdef __GNUC__
#pragma GCC system_header
#endif
#include_next <math.h>
#ifndef _PIAO_MATH_H
#define _PIAO_MATH_H
#undef isnan
#define isnan(n) 0
#endif