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