Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
_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().
![]() |
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:
See also:
_argc, _auxv, getopt(), main()
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)
