Added new 'null pointer' status code
This commit is contained in:
@@ -5,5 +5,6 @@ enum status_t
|
||||
S_OK = 0,
|
||||
S_BAD_SYSCALL,
|
||||
S_OUT_OF_MEMORY,
|
||||
S_OUT_OF_BOUNDS
|
||||
S_OUT_OF_BOUNDS,
|
||||
S_NULL_POINTER
|
||||
};
|
||||
Reference in New Issue
Block a user