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
6461e57784
glibc
/
elf
/
reldep7mod1.c
13 lines
112 B
C
Raw
Blame
History
int
foo
(
void
)
__attribute__
(
(
weak
)
)
;
int
foo
(
void
)
{
return
1
;
}
int
mod1_bar
(
void
)
{
return
foo
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink