math: bessel cleanup (jn.c and jnf.c)
[musl] / src / math / signgam.c
1 #include "libm.h"
2
3 int __signgam = 0;
4
5 weak_alias(__signgam, signgam);