Numworks Epsilon
1.4.1
Graphing Calculator Operating System
errno.h
Go to the documentation of this file.
1
#ifndef LIBA_ERRNO_H
2
#define LIBA_ERRNO_H
3
4
/* No such file or directory */
5
#define ENOENT 2
6
7
/* Invalid argument */
8
#define EINVAL 22
9
10
/* Not enough space */
11
#define ENOMEM 12
12
13
extern
int
errno
;
14
15
#endif
errno
int errno
Definition:
errno.c:3
epsilon
liba
include
errno.h
Generated by
1.8.14