base |src.lib|task|option| OptionFile Index

OptionFile

Header
base/option.h
Library
opt
Members
int argc; Number of command line options extracted from the file.
char **argv; Pointer to an array of zero terminated strings containing the command line options.
Description

The struct OptionFile structure stores an array of command line options extracted from a stream or file and is returned by the function OptionProcessFile.