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

The Arg structure represents a string argument with a pointer to the string and its allocated length. More...

#include <cm.h>

Collaboration diagram for Arg:
[legend]

Data Fields

char * s
size_t l

Detailed Description

The Arg structure represents a string argument with a pointer to the string and its allocated length.

Definition at line 569 of file cm.h.

Field Documentation

◆ l

size_t Arg::l

allocated length

Definition at line 571 of file cm.h.

◆ s

char* Arg::s

pointer to the string argument

Definition at line 570 of file cm.h.


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