manual c function interop

This commit is contained in:
2026-06-11 22:46:12 +02:00
parent 2a79010a57
commit a5ceb727c1
20 changed files with 725 additions and 74 deletions
+12
View File
@@ -0,0 +1,12 @@
package linker
Kind :: enum {
Input,
Library_Path,
Library,
}
Argument :: struct {
kind: Kind,
value: string,
}