Указатель на массив аргументов, переданных в функцию main()
char **_argv;
This global variable holds a pointer to a vector containing the actual 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. |
ЗОСРВ «Нейтрино»
_argc, _auxv, getopt(), main()
Предыдущий раздел: Описание API системной библиотеки