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