readme
This commit is contained in:
@@ -36,11 +36,11 @@ void Error_printAndExit(Error* e) ATTRIBUTE_NORETURN;
|
||||
void _ErrorCodePage_register(u16* error_code_page_ptr);
|
||||
#define ErrorCodePage_register(name) _ErrorCodePage_register(&ErrorCodePage_name(name));
|
||||
|
||||
typedef enum TLIBC_ERROR {
|
||||
typedef enum TlibcError {
|
||||
TLIBC_ERROR_UNKNOWN
|
||||
} TLIBC_ERROR;
|
||||
} TlibcError;
|
||||
#define ErrorCodePage_NONE 0
|
||||
ErrorCodePage_declare(TLIBC_ERROR);
|
||||
ErrorCodePage_declare(TLIBC);
|
||||
ErrorCodePage_declare(LIBC_ERRNO);
|
||||
|
||||
typedef struct Result_ {
|
||||
|
||||
Reference in New Issue
Block a user