Kamcho Library 02.00.03  lib.kamcho.02.00.03.287
errno.h
Go to the documentation of this file.
1 
12 #ifndef __ERRNO_H__
13 #define __ERRNO_H__
14 
15 #define EPERM 1
16 #define EAGAIN 2
17 #define EFAULT 3
18 #define EBUSY 4
19 #define ENODEV 5
20 #define ETIMEOUT 6
21 #endif