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