parser/main.c
changeset 9 c3fecc82ade6
parent 5 d752cbe8208e
equal deleted inserted replaced
8:96d16dfe787a 9:c3fecc82ade6
     1 /**
     1 /**
     2  *  $Id: main.c 52 2008-01-10 00:19:40Z mbroeker $
     2  * test/demos/parser/main.c
     3  * $URL: http://localhost/svn/c/parser/trunk/main.c $
     3  * Copyright (C) 2008 Markus Broeker
     4  *
       
     5  */
     4  */
     6 
     5 
     7 #include <stdio.h>
     6 #include <stdio.h>
     8 
     7 
     9 extern int yyparse ();
     8 extern int yyparse ();