Initial import
This commit is contained in:
6
libc/math/signgam.c
Normal file
6
libc/math/signgam.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "libc/math/libm.h"
|
||||
#include "libc/math/math.h"
|
||||
|
||||
int __signgam = 0;
|
||||
|
||||
/* weak_alias(__signgam, signgam); */
|
||||
Reference in New Issue
Block a user