index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
/
signgam.c
blob: b39ceb046898f31843f08606e052f0052b76a85e (
plain
) (
blame
)
1
2
3
4
5
#include "libm.h" int __signgam = 0; weak_alias(__signgam, signgam);