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