diff options
Diffstat (limited to '05/errno.h')
-rw-r--r-- | 05/errno.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/05/errno.h b/05/errno.h new file mode 100644 index 0000000..426f351 --- /dev/null +++ b/05/errno.h @@ -0,0 +1,6 @@ +#ifndef _ERRNO_H +#define _ERRNO_H + +#include <stdc_common.h> // we define all the relevant things here + +#endif // _ERRNO_H |