From 79521d91b2bb85652fd29f5c44279338d55c757f Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 7 Jul 2026 21:39:57 +0200 Subject: Allow multiple parameters with same type --- source/common.elna | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/common.elna') diff --git a/source/common.elna b/source/common.elna index f75751c..7790faf 100644 --- a/source/common.elna +++ b/source/common.elna @@ -11,7 +11,7 @@ type column: Word end -proc write*(fd: Int; buf: Pointer; Word: Int) -> Int +proc write*(fd: Int; buf: Pointer; Word: Int): Int extern proc write_s*(value: String) -- cgit v1.2.3