glibc/sysdeps/m68k/fpu/isnan.c
1995-02-18 01:27:10 +00:00

5 lines
69 B
C

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