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