mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
foreign_library allow for Pascal-style grouping
This commit is contained in:
+5
-3
@@ -1,6 +1,8 @@
|
||||
#foreign_system_library dl "dl";
|
||||
#foreign_system_library libc "c";
|
||||
import "fmt.odin";
|
||||
foreign_system_library (
|
||||
dl "dl";
|
||||
libc "c";
|
||||
)
|
||||
|
||||
import "strings.odin";
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user