summaryrefslogtreecommitdiff
path: root/dos/errno.h
blob: 30aa046fdcc6f629d4ddbd34375780a05c4ca247 (plain)
1
2
3
4
5
6
7
#ifndef ERRNO_H
#define ERRNO_H

int errno;
void perror(const char *);

#endif /* ERRNO_H */