doc/pxechn.txt: Change title for manpage use.
[syslinux.git] / memdump / errno.h
blob30aa046fdcc6f629d4ddbd34375780a05c4ca247
1 #ifndef ERRNO_H
2 #define ERRNO_H
4 int errno;
5 void perror(const char *);
7 #endif /* ERRNO_H */