Test main entry point. More...
#include "main.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Test main entry point.
Definition in file test/main.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Application entry point.
Usage: Accepts one optional parameter: the full path to the configuration file. Otherwise, it tries to find "config.xml" in the current directory.
argc | number of command line arguments |
argv | array containing the command line arguments |
Definition at line 40 of file test/main.cpp.