This commit is contained in:
nub31
2025-06-26 11:50:37 +02:00
parent 493f188be4
commit 3cb8a5b4c9
12 changed files with 255 additions and 193 deletions

View File

@@ -1,4 +1,4 @@
namespace c
// extern func printf(fmt: ^u8, ...args: any): void
extern func printf(fmt: cstring, arg: u64): void
extern func puts(fmt: cstring)