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