From 275be4b47037984205034920b4dc61e55fd2d6b5 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 14 Oct 2025 15:57:38 -0400 Subject: libc: Add __libc_init as well as cmdline arguments This commit introduces a libc initialization function @ __libc_init() a long with variables __argv __argc used for command line arguments Signed-off-by: Ian Moffett --- src/cmd/hush/hush.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd') diff --git a/src/cmd/hush/hush.c b/src/cmd/hush/hush.c index f8e2572..f82fa86 100644 --- a/src/cmd/hush/hush.c +++ b/src/cmd/hush/hush.c @@ -29,6 +29,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3