xref: /csrg-svn/lib/liby/main.c (revision 61325)
141939Sbostic /*-
2*61325Sbostic  * Copyright (c) 1990, 1993
3*61325Sbostic  *	The Regents of the University of California.  All rights reserved.
441939Sbostic  *
541939Sbostic  * %sccs.include.redist.c%
624245Smckusick  */
724245Smckusick 
824245Smckusick #ifndef lint
9*61325Sbostic static char sccsid[] = "@(#)main.c	8.1 (Berkeley) 06/04/93";
1041939Sbostic #endif /* not lint */
1124245Smckusick 
main()1224245Smckusick main()
1324245Smckusick {
1445934Sbostic 	exit(yyparse());
1524245Smckusick }
16