#include "app.h"
Go to the source code of this file.
Functions | |
| static boolean | opt_help (Jconf *jconf, char *arg[], int argnum) | 
| Callbacks for application option handling.  | |
| static boolean | opt_separatescore (Jconf *jconf, char *arg[], int argnum) | 
| static boolean | opt_logfile (Jconf *jconf, char *arg[], int argnum) | 
| static boolean | opt_nolog (Jconf *jconf, char *arg[], int argnum) | 
| static boolean | opt_outfile (Jconf *jconf, char *arg[], int argnum) | 
| int | main (int argc, char *argv[]) | 
Variables | |
| boolean | separate_score_flag = FALSE | 
| boolean | outfile_enabled = FALSE | 
| static char * | logfile = NULL | 
| static boolean | nolog = FALSE | 
Definition in file main.c.
 1.5.1