Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
26d248b94a31d6bf9f4f5a364bf7a93b26171c33
26d248b94a31d6bf9f4f5a364bf7a93b26171c33
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; }