This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
glibc
Watch
2
Star
0
Fork
You've already forked glibc
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9655389317
glibc
/
dlfcn
/
modstatic.c
8 lines
61 B
C
Raw
Blame
History
extern
int
test
(
int
)
;
int
test
(
int
a
)
{
return
a
+
a
;
}
Reference in New Issue
View Git Blame
Copy Permalink