musl-tcc/src/math/signgam.c

7 lines
89 B
C

#include <math.h>
#include "libm.h"
int __signgam = 0;
weak_alias(__signgam, signgam);