Kernel - Imported userland strtoi file (and other minor changes)
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / include_exp / errno.h
1 #ifndef _ERRNO_H_
2 #define _ERRNO_H_
3
4 // TODO: Fully implement errno.h, make sure it matches the kernel one
5
6 extern int      _errno;
7 #define errno   _errno
8
9 #define strerror(_x)    "Unimplemented"
10
11 #include "errno.enum.h"
12
13 #endif

UCC git Repository :: git.ucc.asn.au