Chris Torek demands that it return the yyparse() value.
[unix-history] / usr / src / lib / liby / main.c
CommitLineData
79abd9e9
KB
1/*-
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * %sccs.include.redist.c%
1f385690
KM
6 */
7
8#ifndef lint
014932ff 9static char sccsid[] = "@(#)main.c 5.3 (Berkeley) %G%";
79abd9e9 10#endif /* not lint */
1f385690
KM
11
12main()
13{
014932ff 14 exit(yyparse());
1f385690 15}