Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
eb2dd122bff7a0e1408dcbd6b8a894d3c4985db8
eb2dd122bff7a0e1408dcbd6b8a894d3c4985db8
elf
reldep6mod0.c
Fork and Edit
Blob
Blame
History
Raw
int bar (void); extern void free (void *); int bar (void) { free (0); return 40; }