Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
2b088b965c067119e459e61f287a86dabe77dd87
2b088b965c067119e459e61f287a86dabe77dd87
elf
reldep4mod2.c
Fork and Edit
Blob
Blame
History
Raw
extern int foo (void); extern int bar (void); int bar (void) { return foo (); }