This commit is contained in:
nub31
2025-06-26 11:50:37 +02:00
parent e78dddb151
commit 5515c4aed3
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)