readme
This commit is contained in:
@@ -56,7 +56,7 @@ void Error_printAndExit(Error* e){
|
||||
exit(111);
|
||||
}
|
||||
|
||||
ErrorCodePage_define(TLIBC_ERROR);
|
||||
ErrorCodePage_define(TLIBC);
|
||||
ErrorCodePage_define(LIBC_ERRNO);
|
||||
|
||||
static u16 _error_code_page_last = 0;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Result(void) tlibc_init(){
|
||||
Deferral(8);
|
||||
|
||||
ErrorCodePage_register(TLIBC_ERROR);
|
||||
ErrorCodePage_register(TLIBC);
|
||||
ErrorCodePage_register(LIBC_ERRNO);
|
||||
|
||||
Return RESULT_VOID;
|
||||
|
||||
Reference in New Issue
Block a user