/* command line and configuration file parser */
#include <stdio.h>


int options_parser ( int argc , char ** argv )
{
  return 0;
}
