Log In
hjl
/
source-git
/
glibc
Forked from
source-git/glibc
4 years ago
Clone
Source Code
GIT
Source
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
7e084c542b7e67e37f8ad6c61ecc366ffaaa2701
7e084c542b7e67e37f8ad6c61ecc366ffaaa2701
elf
firstobj.c
Fork and Edit
Blob
Blame
History
Raw
#include <errno.h> extern int foo (void); int foo (void) { errno = 0; return 0; }