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