PLUTO
4.4-patch2
|
Parse command line options. More...
#include "pluto.h"
Functions | |
void | ParseCmdLineArgs (int argc, char *argv[], char *ini_file, cmdLine *cmd) |
Parse command line options at runtime and set values in the Cmd_Line structure.
void ParseCmdLineArgs | ( | int | argc, |
char * | argv[], | ||
char * | ini_file, | ||
cmdLine * | cmd | ||
) |
Parse command line options. Error messages will be output to stdout.
[in] | argc | argument count |
[in] | argv | argument vector |
[in] | ini_file | a pointer to a string containing the name of the initialization file (default: "pluto.ini") |
[out] | cmd | the command-line structure. |