mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 19:30:06 +00:00
foreign_library allow for Pascal-style grouping
This commit is contained in:
+4
-2
@@ -1,5 +1,7 @@
|
||||
#foreign_system_library dl "dl";
|
||||
#foreign_system_library libc "c";
|
||||
foreign_system_library (
|
||||
dl "dl";
|
||||
libc "c";
|
||||
)
|
||||
import "strings.odin";
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user