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
c98d505c4d
glibc
/
elf
/
nodel2mod2.c
8 lines
85 B
C
Raw
Blame
History
void
__attribute__
(
(
constructor
)
)
xxx
(
void
)
{
extern
void
baz
(
void
)
;
baz
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink