#include <stdio.h>#include <unistd.h>#include <getopt.h>#include <sys/stat.h>#include <libgen.h>#include "../error/error.h"#include "../hash/nps_vocab.c"#include "Perceptron.c"Defines | |
| #define | _GNU_SOURCE |
Functions | |
| void | print_usage (FILE *f, char *progname) |
| int | parse_args (int *argc, char ***argv) |
| int | main (int argc, char **argv) |
Variables | |
| char | usage [] |
| #define _GNU_SOURCE |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| int parse_args | ( | int * | argc, | |
| char *** | argv | |||
| ) |
| void print_usage | ( | FILE * | f, | |
| char * | progname | |||
| ) |
| char usage[] |
"usage: %s [options] model_directory file\n" "Release: " HGVERSION "\n" "Options include:\n" "[-h|--help] print this message and exit\n"
1.6.3