This commit is contained in:
nub31
2025-06-15 01:47:10 +02:00
parent 7c05870e24
commit 3f7499d2b9
10 changed files with 63 additions and 50 deletions

View File

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