date and time created 83/08/05 13:34:56 by sam
[unix-history] / usr / src / old / lex / libln / main.c
/* @(#)main.c 4.1 %G% */
# include "stdio.h"
main(){
yylex();
exit(0);
}