Beispiel #1
0
int main (int commands, char *control [])
{
	LinkData *exe = new LinkData ();

	return (exe->Start_Execution (commands, control));
}