mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Handle calling conventions correctly
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
import (
|
||||
import {
|
||||
"os.odin";
|
||||
"mem.odin";
|
||||
"utf8.odin";
|
||||
)
|
||||
}
|
||||
|
||||
const PRINT_BUF_SIZE = 1<<12;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user