From 4f77ad5d019618893c59a0f8d5bfa6b98e50a3be Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 18 Aug 2026 13:31:47 +0200 Subject: Make Int and Word aliases to fixed-size types --- source/cstdlib.elna | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cstdlib.elna') diff --git a/source/cstdlib.elna b/source/cstdlib.elna index 32669c1..0f78c8e 100644 --- a/source/cstdlib.elna +++ b/source/cstdlib.elna @@ -14,7 +14,7 @@ extern proc realloc*(ptr: Pointer; size: Word): Pointer extern -proc atoi*(str: ^Char): Int +proc atoi*(str: ^Word8): Int extern proc exit*(code: Int): ! -- cgit v1.2.3