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, &...")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
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
* ''mfe_get_args'' information now in [[Frontend user code#Access to command line parameters]]
 
  int argc;
  char **argv;
 
  mfe_get_args(&argc, &argv);
  for (int i=0 ; i<argc ; i++)
      puts(argv[i]);

Latest revision as of 17:58, 12 November 2015