Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
e88c8d326d442b8746c3c7b732e284471352c265
e88c8d326d442b8746c3c7b732e284471352c265
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; }