Указатель на массив вспомогательных аргументов, переданных в функцию main()
auxv_t *_auxv;
This global variable holds a pointer to a vector of auxiliary arguments to main(). For more information, see <sys/auxv.h>
.
![]() | 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, _argv, getopt(), main()
Предыдущий раздел: Описание API системной библиотеки