From f5805888bcd909113286d44542c204189d73889a Mon Sep 17 00:00:00 2001 From: Timerix Date: Tue, 22 Jul 2025 12:53:08 +0500 Subject: [PATCH] include stdarg.h --- include/tlibc/std.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tlibc/std.h b/include/tlibc/std.h index 27416e8..6d04233 100755 --- a/include/tlibc/std.h +++ b/include/tlibc/std.h @@ -9,6 +9,7 @@ extern "C" { #include #include #include +#include typedef int8_t i8; typedef uint8_t u8;