xref
: /
aosp_15_r20
/
external
/
musl
/
src
/
math
/
signgam.c
(revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
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