Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
ec2c06d9f1b067d058a28b24651bec438578b5e6
ec2c06d9f1b067d058a28b24651bec438578b5e6
elf
nodlopenmod2.c
Fork and Edit
Blob
Blame
History
Raw
extern int a; extern int foo (void); int foo (void) { return a; }