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