Log In
hjl
/
source-git
/
glibc
Forked from
source-git/glibc
4 years ago
Clone
Source Code
GIT
Source
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
1e46635eed7790e18e58389243e701cb7e5e05f7
1e46635eed7790e18e58389243e701cb7e5e05f7
elf
unload4mod2.c
Fork and Edit
Blob
Blame
History
Raw
#include <stdio.h> int baz (int x) { puts ("in baz"); return x * 4; }