示例#1
0
int
tl_yylex(int *cnt, size_t hasuform, char *uform, Miscellaneous *miscell, int *tl_yychar)
{	int c = tl_lex(cnt, hasuform, uform, miscell, tl_yychar);
#if 0
	printf("c = %d\n", c);
#endif
	return c;
}
示例#2
0
int
tl_yylex(void)
{	int c = tl_lex();
#if 0
	printf("c = %d\n", c);
#endif
	return c;
}