/*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * %sccs.include.redist.c% */ #ifndef lint static char sccsid[] = "@(#)main.c 5.3 (Berkeley) 01/13/91"; #endif /* not lint */ main() { exit(yyparse()); }