foreign_library allow for Pascal-style grouping

This commit is contained in:
Ginger Bill
2017-06-12 16:26:51 +01:00
parent 6b5e9aec8e
commit a8e458339b
10 changed files with 405 additions and 533 deletions
+4 -2
View File
@@ -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 (