repo.or.cz
/
syslinux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
.gitignore: Ignore the bios, efi32, efi64 object directories
[syslinux.git]
/
memdump
/
errno.h
blob
30aa046fdcc6f629d4ddbd34375780a05c4ca247
1
#ifndef ERRNO_H
2
#define ERRNO_H
3
4
int
errno
;
5
void
perror
(
const char
*);
6
7
#endif
/* ERRNO_H */