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