mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-16 08:01:24 -07:00
Integer Enumerations
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
#load "file.odin"
|
||||
|
||||
print_string :: proc(s: string) {
|
||||
file_write(file_get_standard(FILE_STANDARD_OUTPUT), ^s[0], len(s));
|
||||
file_write(file_get_standard(FileStandard.OUTPUT), ^s[0], len(s));
|
||||
}
|
||||
|
||||
byte_reverse :: proc(b: []byte) {
|
||||
|
||||
Reference in New Issue
Block a user