GitOS
Operating system exercise
Loading...
Searching...
No Matches
status.h
Go to the documentation of this file.
1#pragma once
2
7#define ALL_OK 0
8
13#define EIO 1
14
19#define EINVARG 2
20
25#define ENOMEM 3
26
31#define ENOTIMPL 4
32
37#define EINFORMAT 5
38
43#define EISTKN 8
44
45#define ISERR(value) ((int) value < 0)
46#define ERROR(value) (void*)(value)
47#define ERROR_I(value) (int)(value)