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