mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
8 lines
99 B
C
8 lines
99 B
C
int errno = 0;
|
|
|
|
/* Invalid argument */
|
|
#define EINVAL 22
|
|
|
|
/* Not enough space */
|
|
#define ENOMEM 12
|