5 lines
65 B
C
5 lines
65 B
C
|
#pragma once
|
||
|
|
||
|
#define EPERM 1
|
||
|
#define ENOMEM 12
|
||
|
#define EINVAL 22
|