mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-20 04:35:00 -07:00
min, max, abs
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
#load "file.odin"
|
||||
|
||||
print_string :: proc(s: string) {
|
||||
file_write(file_get_standard(FileStandard.OUTPUT), s as []byte)
|
||||
file_write(file_get_standard(File_Standard.OUTPUT), s as []byte)
|
||||
}
|
||||
|
||||
byte_reverse :: proc(b: []byte) {
|
||||
|
||||
Reference in New Issue
Block a user