Files
Upsilon/lib/errno.h
2015-05-20 13:02:41 +02:00

8 lines
102 B
C

extern int errno;
/* Invalid argument */
#define EINVAL 22
/* Not enough space */
#define ENOMEM 12