mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Add utility calls to os2
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user