union s_lextype { char * yystring; int yynumber; char yycharval; }; typedef union s_lextype lextype_t;