Added new 'null pointer' status code

This commit is contained in:
2021-04-17 06:26:03 -05:00
parent 7dd19d0c2a
commit a68a4dff11

View File

@@ -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
};