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
7b97934bf9
glibc
/
elf
/
reldepmod2.c
9 lines
96 B
C
Raw
Blame
History
extern
int
foo
(
void
)
;
extern
int
call_me
(
void
)
;
int
call_me
(
void
)
{
return
foo
(
)
-
42
;
}
Reference in New Issue
View Git Blame
Copy Permalink