The struct OptionText structure stores an array of strings supplied to as an argument to a comand line option that occurs multiple times in the command line. The structure is created by the function OptionProcess when it encounters a command line option with the type flag of 'a'. The memory claimed by the structure can be freed using the function OptionFreeText .
|