glibc/sysdeps/m68k/fpu/isnan.c

5 lines
69 B
C
Raw Normal View History

1995-02-18 01:27:10 +00:00
#define FUNC __isnan
#include <isinf.c>
weak_alias (__isnan, isnan)