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