8 lines
77 B
C
8 lines
77 B
C
|
|
#ifndef ERRNO_H_
|
||
|
|
#define ERRNO_H_
|
||
|
|
|
||
|
|
#define EINVAL 1
|
||
|
|
#define ENOMEM 2
|
||
|
|
|
||
|
|
#endif
|