#include <stdio.h>
#include "s3types.h"
#include "search.h"
Go to the source code of this file.
Functions | |
| FILE * | ctlfile_open (char *file) |
| int32 | ctlfile_next (FILE *fp, char *ctlspec, int32 *sf_out, int32 *ef_out, char *uttid) |
| void | ctlfile_close (FILE *fp) |
| int32 | argfile_load (char *file, char *pgm, char ***argvout) |
| int32 | nbestfile_load (char *dir, char *uttid, srch_hyp_t ***hyplist_out) |
| void | nbestlist_free (srch_hyp_t **hyplist, int32 nhyp) |
|
||||||||||||||||
|
Load arguments from a file and create a null-terminated argv array.
|
|
|
Close the control file.
|
|
||||||||||||||||||||||||
|
Read next control file entry.
|
|
|
Return value: control file; E_FATAL if cannot open
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
1.3.9.1