signgam.c raw

   1  #include <math.h>
   2  #include "libm.h"
   3  
   4  int __signgam = 0;
   5  
   6  weak_alias(__signgam, signgam);
   7