Add utility calls to os2

This commit is contained in:
gingerBill
2024-07-23 15:57:17 +01:00
parent da80c51195
commit 0403626acf
2 changed files with 20 additions and 0 deletions
+2
View File
@@ -39,6 +39,8 @@ Error :: union #shared_nil {
}
#assert(size_of(Error) == size_of(u64))
ERROR_NONE :: Error{}
is_platform_error :: proc(ferr: Error) -> (err: i32, ok: bool) {