glibc/math/w_remainderl.c

6 lines
139 B
C

#include <math-type-macros-ldouble.h>
#include <w_remainder_template.c>
#if __USE_WRAPPER_TEMPLATE
weak_alias (__remainderl, dreml)
#endif