|
|
|
|
| argc | int | N/A | Number of items on the command line |
| argv | char ** | N/A | Separate character strings for each item on the command line |
| optstring | char * | N/A | A string listing all defined command line flags and whether or not they have a follow up string |
|
|
|
|
| names | filenames_struct | N/A | Structure holding all file names used by the model |
| options | options_struct | N/A | Structure holding all options used in the model |
| debug | debug_struct | N/A | Structure holding all debugging flags |
Page Last Modified on 9/3/97