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
72aa623345
glibc
/
elf
/
tst-nodelete2mod.c
8 lines
97 B
C
Raw
Blame
History
/* Undefined symbol. */
extern
int
not_exist
(
void
)
;
int
foo
(
void
)
{
return
not_exist
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink