glibc/sysdeps/ieee754/s_signgam.c

5 lines
95 B
C

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