otherwise, the standard C lgamma function will clobber a symbol in the namespace reserved for the application.
6 lines
71 B
C
6 lines
71 B
C
#include "libm.h"
|
|
|
|
int __signgam = 0;
|
|
|
|
weak_alias(__signgam, signgam);
|