static char current_fname[80]; | static char current_fname[80]; | ||||
static int markers_used[8]; | |||||
typedef struct { | typedef struct { | ||||
void *link; | void *link; | ||||
int value; | int value; | ||||
error_count = 0; | error_count = 0; | ||||
resample_count = 0; | resample_count = 0; | ||||
memset(markers_used, 0, sizeof(markers_used)); | |||||
f_errors = log; | f_errors = log; | ||||
strncpy0(current_fname, "phonemes", sizeof(current_fname)); | strncpy0(current_fname, "phonemes", sizeof(current_fname)); |