variadics

This commit is contained in:
nub31
2025-05-12 20:47:46 +02:00
parent 66fd6e3beb
commit 403adefa6a
12 changed files with 84 additions and 95 deletions

View File

@@ -1 +1,2 @@
extern func puts(str: string);
extern func puts(str: string);
extern func printf(fmt: string, ...args: any);