index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
/
signgam.c
blob: b39ceb046898f31843f08606e052f0052b76a85e (
plain
) (
tree
)
1a3dce41
1
2
3
4
5
#include "libm.h" int __signgam = 0; weak_alias(__signgam, signgam);