#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_arg_count(stack: Stack) -> StackExpand description
Get the number of command-line arguments
Stack effect: ( – Int )
Returns the total count including the program name (argv[0]). A program run with no arguments returns 1.
§Safety
stackmust be a valid stack pointer (may be null for empty stack)- Caller must ensure stack is not concurrently modified