mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
big: Remove core:fmt usage + Add a little demo to examples/demo.
This commit is contained in:
@@ -174,6 +174,7 @@ Error :: enum int {
|
||||
}
|
||||
|
||||
Error_String :: #partial [Error]string{
|
||||
.Okay = "Okay",
|
||||
.Out_Of_Memory = "Out of memory",
|
||||
.Invalid_Pointer = "Invalid pointer",
|
||||
.Invalid_Argument = "Invalid argument",
|
||||
|
||||
Reference in New Issue
Block a user