These don't actually need to survive function exit.master
// control, bit 0: not the first letter of a word | // control, bit 0: not the first letter of a word | ||||
int len; | int len; | ||||
static char single_letter[10] = { 0, 0 }; | |||||
char single_letter[10] = { 0, 0 }; | |||||
unsigned int dict_flags[2]; | unsigned int dict_flags[2]; | ||||
char ph_buf3[40]; | char ph_buf3[40]; | ||||
int ix; | int ix; | ||||
espeak_VOICE voice_selector; | espeak_VOICE voice_selector; | ||||
char *variant_name; | char *variant_name; | ||||
static char buf[60]; | |||||
char buf[60]; | |||||
strncpy0(buf, filename, sizeof(buf)); | strncpy0(buf, filename, sizeof(buf)); | ||||
int ix; | int ix; | ||||
espeak_VOICE voice_selector; | espeak_VOICE voice_selector; | ||||
char *variant_name; | char *variant_name; | ||||
static char buf[60]; | |||||
char buf[60]; | |||||
strncpy0(buf, name, sizeof(buf)); | strncpy0(buf, name, sizeof(buf)); | ||||