projects
/
oweals
/
musl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
math: use the rounding idiom consistently
[oweals/musl.git]
/
src
/
math
/
signgam.c
1
#include <math.h>
2
#include "libc.h"
3
4
int __signgam = 0;
5
6
weak_alias(__signgam, signgam);