1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-26 00:57:39 +03:00
Files
glibc/sysdeps/m68k/fpu/e_fmodf.c
2004-12-22 20:10:10 +00:00

6 lines
94 B
C

#ifndef FUNC
#define FUNC __ieee754_fmodf
#endif
#define float_type float
#include <e_fmod.c>