xref
: /
haiku
/
src
/
system
/
libroot
/
posix
/
musl
/
math
/
signgam.c
(revision f504f61099b010fbfa94b1cc63d2e9072c7f7185)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
math.h
>
2
#
include
"
libm.h
"
3
4
int
__signgam
= 0;
5
6
weak_alias
(
__signgam
,
signgam
);
7