mcst-linux-kernel/glibc-2.35/math/w_remainder.c

9 lines
199 B
C
Raw Permalink Normal View History

2024-07-09 13:51:45 +03:00
#include <math-type-macros-double.h>
#include <w_remainder_template.c>
#if __USE_WRAPPER_TEMPLATE
weak_alias (__remainder, drem)
# ifdef NO_LONG_DOUBLE
weak_alias (__remainder, dreml)
# endif
#endif