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