#include <julius.h>
Include dependency graph for m_options.c:
Go to the source code of this file.
Defines | |
#define | NEXTARG (++i >= argc) ? (char *)args_needed_exit(argv[i-1]) : argv[i] |
Functions | |
char * | filepath (char *filename, char *dirname) |
Change relative path to full path. | |
static char * | args_needed_exit (char *opt) |
void | opt_parse (int argc, char *argv[], char *cwd) |
Definition in file m_options.c.
|
Change relative path to full path. If the file path is given as relative, prepend the dirname to it. If the file path is full, just copy it to new buffer and return.
Definition at line 51 of file m_options.c. Referenced by multigram_add_prefix_filelist(), multigram_add_prefix_list(), and opt_parse(). |
|
Error exit when required argument was not specified.
Definition at line 85 of file m_options.c. |
|
Parse options and set values.
Definition at line 109 of file m_options.c. Referenced by config_file_parse(), and main(). |