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