The number of arguments passed to main()
int _argc
This global variable holds the number of arguments passed to main().
This variable isn't defined in any header file. If you want to refer to it, you need to add your own extern statement. |
_argv, _auxv, getopt(), main()