mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 01:21:06 +00:00
6 lines
100 B
C
6 lines
100 B
C
|
#ifndef FUNC
|
||
|
#define FUNC __ieee754_fmodl
|
||
|
#endif
|
||
|
#define float_type long double
|
||
|
#include <e_fmod.c>
|