Pass 'argv'

This commit is contained in:
David Gonzalez Martin 2025-06-12 18:00:18 -06:00
parent 1a9de62e4b
commit 0ba43e9844

View File

@ -11862,6 +11862,7 @@ names: [_][]u8 = [
"function_pointer", "function_pointer",
"extern", "extern",
"byte_size", "byte_size",
"argv",
]; ];
[export] main = fn [cc(c)] (argument_count: u32, argv: &&u8, envp: &&u8) s32 [export] main = fn [cc(c)] (argument_count: u32, argv: &&u8, envp: &&u8) s32