#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <dlfcn.h>
#include "assert.h"
#include "data.h"
#include "error.h"
#include "xmlsup.h"
#include "output.h"
#include "modsup.h"
#include "gettext.h"
Functions | |
void | print_copyright () |
void | print_syntax () |
moduleoption * | options_parse (char *optstr) |
Parses options for the export module from the command line. | |
export_f | load_export (char *name) |
int | main (int argc, char *argv[]) |
Variables | |
char * | cmd |
chromo * | parentpop |
moduleoption* options_parse | ( | char * | optstr | ) |
Parses options for the export module from the command line.
optstr | Option string ("option1=value1:option2=value2:...") |