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:
004087893e3dbe7f52813e6136aabfb3b3661c0e
004087893e3dbe7f52813e6136aabfb3b3661c0e
elf
circlemod1.c
Fork and Edit
Blob
Blame
History
Raw
extern int circlemod2 (void); int circlemod1 (void) { return circlemod2 (); }