Modifications: Difference between revisions

From MidasWiki
Jump to navigation Jump to search
(Created page with "* mfe_get_args was created to have access to the front-end command line parameters. Here is an example how to use it int argc; char **argv; mfe_get_args(&argc, &...")
 
No edit summary
Line 1: Line 1:
* mfe_get_args was created to have access to the front-end command line parameters. Here is an example how to use it
* [[Frontend user code#Access to command line parameters|mfe_get_args]]
 
  int argc;
  char **argv;
 
  mfe_get_args(&argc, &argv);
  for (int i=0 ; i<argc ; i++)
      puts(argv[i]);

Revision as of 15:40, 7 July 2015