mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Fixed cyclic imports which where not needed
This commit is contained in:
@@ -2,8 +2,6 @@ package darwin
|
|||||||
|
|
||||||
import "core:strings"
|
import "core:strings"
|
||||||
import "core:c"
|
import "core:c"
|
||||||
import "core:os"
|
|
||||||
import "core:fmt"
|
|
||||||
|
|
||||||
// this package uses the sys prefix for the proc names to indicate that these aren't native syscalls but directly call such
|
// this package uses the sys prefix for the proc names to indicate that these aren't native syscalls but directly call such
|
||||||
sys_write_string :: proc (fd: c.int, message: string) -> bool {
|
sys_write_string :: proc (fd: c.int, message: string) -> bool {
|
||||||
|
|||||||
Reference in New Issue
Block a user