|
C-Menu 0.2.9
A User Interface Toolkit
|
The Argv structure represents an argument vector, which is an array of Arg structures, along with the number of allocated elements in the array. More...
#include <cm.h>
Data Fields | |
| Arg ** | v |
| size_t | n |
The Argv structure represents an argument vector, which is an array of Arg structures, along with the number of allocated elements in the array.
| Arg** Argv::v |