_auxv
QNX SDP8.0C Library ReferenceAPIDeveloper
A pointer to a vector of auxiliary arguments to main()
Synopsis:
auxv_t * _auxv;
Description:
This global variable holds a pointer to a vector of auxiliary arguments to main(). For more information, see <sys/auxv.h>.
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:
Page updated: