sentinel pointers and c strings

This commit is contained in:
2026-06-14 19:21:49 +02:00
parent 2d3d0bd266
commit 3b7c3fcbd0
16 changed files with 512 additions and 55 deletions
+5
View File
@@ -0,0 +1,5 @@
printf :: c_func(format *c_char, ...) c_int
main :: func() void {
_ = printf("answer: %d\n", 42)
}