Numworks Epsilon  1.4.1
Graphing Calculator Operating System
errno.h File Reference

Go to the source code of this file.

Macros

#define ENOENT   2
 
#define EINVAL   22
 
#define ENOMEM   12
 

Variables

int errno
 

Macro Definition Documentation

◆ EINVAL

#define EINVAL   22

Definition at line 8 of file errno.h.

◆ ENOENT

#define ENOENT   2

Definition at line 5 of file errno.h.

◆ ENOMEM

#define ENOMEM   12

Definition at line 11 of file errno.h.

Variable Documentation

◆ errno

int errno

Definition at line 3 of file errno.c.