diff --git a/include/types/status.h b/include/types/status.h index 232f39b..4e45672 100644 --- a/include/types/status.h +++ b/include/types/status.h @@ -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 }; \ No newline at end of file