2021-10-11 18:20:23 -03:00

10 lines
147 B
C

#ifndef lint
static char sccsid[] = "@(#)main.c 1.1 92/07/30 SMI"; /* from UCB S5R2 1.2 */
#endif
# include "stdio.h"
main(){
yylex();
exit(0);
}