ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../math/w_remainder.c

9 lines
199 B
C
Raw Normal View History

2024-04-01 15:19:46 +00: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