Returns the number of program arguments.
These are the same arguments passed to the C main function:
___ extern (C) void main (char** argv, int argc, char** envp) {} ___
Same as the above argc.
Return: a pointer to the number of program arguments
See Implementation
Returns the number of program arguments.
These are the same arguments passed to the C main function:
___ extern (C) void main (char** argv, int argc, char** envp) {} ___
Same as the above argc.
Return: a pointer to the number of program arguments