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