diff --git a/include/types/status.h b/include/types/status.h index 3366c8d..232f39b 100644 --- a/include/types/status.h +++ b/include/types/status.h @@ -4,5 +4,6 @@ enum status_t { S_OK = 0, S_BAD_SYSCALL, - S_OUT_OF_MEMORY + S_OUT_OF_MEMORY, + S_OUT_OF_BOUNDS }; \ No newline at end of file