This commit is contained in:
nub31
2025-05-26 20:39:41 +02:00
parent dcf62e3e05
commit 3279eb7df5
8 changed files with 145 additions and 107 deletions

View File

@@ -1,5 +1,6 @@
namespace c
extern func printf(fmt: string, ...args: any)
extern func printf(fmt: string, ...args: any)
extern func getchar(): i32
extern func puts(str: string)