Bell 32V development
[unix-history] / usr / src / cmd / lex / lib / main.c
# include "stdio.h"
main(){
yylex();
exit(0);
}