xref: /csrg-svn/lib/liby/main.c (revision 45934)
141939Sbostic /*-
241939Sbostic  * Copyright (c) 1990 The Regents of the University of California.
341939Sbostic  * All rights reserved.
441939Sbostic  *
541939Sbostic  * %sccs.include.redist.c%
624245Smckusick  */
724245Smckusick 
824245Smckusick #ifndef lint
9*45934Sbostic static char sccsid[] = "@(#)main.c	5.3 (Berkeley) 01/13/91";
1041939Sbostic #endif /* not lint */
1124245Smckusick 
1224245Smckusick main()
1324245Smckusick {
14*45934Sbostic 	exit(yyparse());
1524245Smckusick }
16