xref
: /
glibc-2.36
/
dlfcn
/
modstatic.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
int
test
(
int
);
2
3
int
test(int a)
4
test
(
int
a
)
5
{
6
return
a
+
a
;
7
}
8