Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
3affe932ac8ad1f576e9019f89d0c49f7ee6ed97
3affe932ac8ad1f576e9019f89d0c49f7ee6ed97
elf
nodel2mod2.c
Fork and Edit
Blob
Blame
History
Raw
void __attribute__((constructor)) xxx (void) { extern void baz (void); baz (); }