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
+1
View File
@@ -66,6 +66,7 @@ Function :: struct {
pkg: int,
file: int,
c_abi: bool,
has_body: bool,
params: []Param,
result: Type_Syntax,
body: []int,