mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-26 05:38:14 +00:00
Implement new sys/unix package
This commit is contained in:
6
examples/all/all_linux.odin
Normal file
6
examples/all/all_linux.odin
Normal file
@@ -0,0 +1,6 @@
|
||||
//+build linux
|
||||
package all
|
||||
|
||||
import linux "core:sys/linux"
|
||||
|
||||
_ :: linux
|
||||
Reference in New Issue
Block a user