This commit is contained in:
nub31
2025-05-26 20:39:48 +02:00
parent 3279eb7df5
commit 03caab201c

View File

@@ -1,6 +1,5 @@
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)