This repository has been archived on 2025-10-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nub-lang-archive/example/src/c.nub
2025-06-29 15:50:06 +02:00

5 lines
96 B
Plaintext

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