git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Improved VTerm support
[tpg/acess2.git]
/
Kernel
/
include
/
errno.h
1
/*
2
* AcessOS Microkernel Version
3
* errno.h
4
*/
5
#ifndef _ERRNO_H
6
#define _ERRNO_H
7
8
enum eErrorNums {
9
EOK,
10
ENOSYS,
11
EINVAL,
12
ENOMEM,
13
EACCES
14
};
15
16
#endif
UCC
git Repository :: git.ucc.asn.au