C-Menu 0.2.9
A User Interface Toolkit
Loading...
Searching...
No Matches
Argv Struct Reference

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>

Collaboration diagram for Argv:
[legend]

Data Fields

size_t n
Arg ** v

Detailed Description

The Argv structure represents an argument vector, which is an array of Arg structures, along with the number of allocated elements in the array.

Definition at line 645 of file cm.h.

Field Documentation

◆ n

size_t Argv::n

allocated array elements

Definition at line 648 of file cm.h.

◆ v

Arg** Argv::v

pointer to an array of Arg pointers, representing the argument vector

Definition at line 646 of file cm.h.


The documentation for this struct was generated from the following file: