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
3f651a4de3
glibc
/
elf
/
testobj1_1.c
8 lines
84 B
C
Raw
Blame
History
extern
int
obj1func2
(
int
)
;
int
obj1func1
(
int
a
)
{
return
42
+
obj1func2
(
a
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink