abt to big refactor

This commit is contained in:
2025-04-08 20:24:00 -05:00
parent a779da6c72
commit 9208ebb685
17 changed files with 501 additions and 83 deletions

View File

@@ -21,6 +21,7 @@ errorret_t errorCode(const errorret_t code, const char_t *message, ...) {
"Multiple errors encountered."
);
errorPrint();
return code;
}
va_list args;