source: src/common/main_template.cc @ ac25afd

Last change on this file since ac25afd was 5f4d9c3, checked in by Maciej Prill <mprill@…>, 12 years ago

Rewritten the build system, added lem UTF-8 version.

  • Property mode set to 100644
File size: 252 bytes
Line 
1#include <stdlib.h>
2
3#include "common.h"
4
5main(int argc, char* argv[])
6{
7  gengetopt_args_info args;
8
9  if(cmdline_parser(argc,argv,&args) != 0)
10    exit(1);
11 
12  process_common_options(args);
13
14  //
15  // TU KOD
16  //
17
18  cmdline_parser_free(&args);
19 
20}
Note: See TracBrowser for help on using the repository browser.