V6/usr/source/yacc/lib/main.c

Compare this file to the similar file:
Show the results in this format:

main( argc, argv ) int argc; char *argv[]; {
  yyinit( argc, argv );
  if( yyparse() ) return;
  yyaccpt();
  }