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