CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
OptArg Struct Reference

A structure that describes a single command line option and its associated arguments. More...

#include <optarg.h>

Data Fields

int option_index
 The index of this option.
 
char short_name_str [OPTARG_MAX_SHORT_OPTION_LENGTH]
 The short name of the option (short opt).
 
int num_args
 The number of arguments discovered for the option.
 
const char * args_array [OPTARG_MAX_OPTION_ARGS]
 An array of all the arguments discovered for this option (up to OPTARG_MAX_OPTION_ARGS).
 

Detailed Description

A structure that describes a single command line option and its associated arguments.


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