BSD 3 development
[unix-history] / usr / src / lib / libln / main.c
# include "stdio.h"
main(){
yylex();
exit(0);
}