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
87bbc4cf1e
glibc
/
elf
/
tst-nodelete-zmod.cc
7 lines
72 B
C++
Raw
Blame
History
extern
int
not_exist
(
void
)
;
int
foo
(
void
)
{
return
not_exist
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink