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