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