Added the native syslinux functions config_file(), ipappend_strs(), and reboot()...
[hdt-cyring.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 */