#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); }