include c std lib

This commit is contained in:
nub31
2025-06-29 15:50:06 +02:00
parent c1b74ffaef
commit 253e7e1e24
3 changed files with 5 additions and 3 deletions

View File

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