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

7 lines
168 B
C
Raw Permalink Normal View History

2024-07-09 13:51:45 +03:00
#include <math-type-macros-ldouble.h>
#include <w_lgamma_template.c>
#if __USE_WRAPPER_TEMPLATE
strong_alias (__lgammal, __gammal)
weak_alias (__gammal, gammal)
#endif