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