GNU Info

Info Node: (bison.info)Rpcalc Main

(bison.info)Rpcalc Main


Next: Rpcalc Error Prev: Rpcalc Lexer Up: RPN Calc
Enter node , (file) or (file)node

The Controlling Function
------------------------

   In keeping with the spirit of this example, the controlling function
is kept to the bare minimum.  The only requirement is that it call
`yyparse' to start the process of parsing.

     int
     main (void)
     {
       return yyparse ();
     }


automatically generated by info2www version 1.2.2.9