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