mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Fix fmt for js
This commit is contained in:
@@ -7,7 +7,7 @@ foreign import "odin_env"
|
|||||||
|
|
||||||
@(private="file")
|
@(private="file")
|
||||||
foreign odin_env {
|
foreign odin_env {
|
||||||
write :: proc "c" (fd: u32, p: []byte) ---
|
write :: proc "contextless" (fd: u32, p: []byte) ---
|
||||||
}
|
}
|
||||||
|
|
||||||
@(private="file")
|
@(private="file")
|
||||||
|
|||||||
Reference in New Issue
Block a user