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/c.nub
nub31 c9a9c4ff89 ...
2025-06-14 17:12:19 +02:00

5 lines
93 B
Plaintext

namespace c
// extern func printf(fmt: ^u8, ...args: any): void
extern func puts(fmt: []u8)