Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ _argv

Media Vault

Software Library

Restoration Projects

Artifacts Sought

_argv

[Previous] [Contents] [Index] [Next]

_argv

A pointer to the vector of arguments passed to main()

Synopsis:

char ** _argv;

Description:

This global variable holds a pointer to a vector containing the actual arguments passed to main().


Note: This variable isn't defined in any header file. If you want to refer to it, you need to add your own extern statement.

Classification:

QNX Neutrino

See also:

_argc, _auxv, getopt(), main()


[Previous] [Contents] [Index] [Next]

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026