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

8 lines
99 B
C

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