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