// This file is part of noxos and licensed under the MIT open source license #ifndef NOX_LIBC_STATUS_H #define NOX_LIBC_STATUS_H typedef enum { STATUS_SUCCESS, STATUS_PERMISSION_DENIED, STATUS_RESOURCE_NOT_AVAILABLE } status_E; #endif //NOX_LIBC_STATUS_H