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