glibc/sysdeps/m68k/fpu/isnan.c

5 lines
69 B
C
Raw Normal View History

1990-10-01 21:46:05 +01:00
#define FUNC __isnan
#include <isinf.c>
weak_alias (__isnan, isnan)