A pointer to the vector of arguments passed to main()
char ** _argv;
This global variable holds a pointer to a vector containing the actual arguments passed to main().
QNX Neutrino