// MIT License, Copyright (c) 2021 Marvin Borner #include #include #ifdef USER static u32 error = 0; u32 *__errno(void) { return &error; } #endif