Files
nub-lang/example/src/c.nub
nub31 6ddeca0832 ...
2025-07-03 00:49:23 +02:00

5 lines
93 B
Plaintext

namespace c
extern func printf(fmt: cstring, arg: i64): void
extern func puts(fmt: cstring)