glibc/sysdeps/m68k/fpu/isnan.c

5 lines
69 B
C

#define FUNC __isnan
#include <isinf.c>
weak_alias (__isnan, isnan)