From 688443374f7cd6404d40bcee1b8c7da682dbcc87 Mon Sep 17 00:00:00 2001 From: nub31 Date: Mon, 26 May 2025 20:39:48 +0200 Subject: [PATCH] ... --- example/interop/bindings.nub | 1 - 1 file changed, 1 deletion(-) diff --git a/example/interop/bindings.nub b/example/interop/bindings.nub index 08144f4..e164518 100644 --- a/example/interop/bindings.nub +++ b/example/interop/bindings.nub @@ -1,6 +1,5 @@ namespace c -extern func printf(fmt: string, ...args: any) extern func printf(fmt: string, ...args: any) extern func getchar(): i32 extern func puts(str: string)