lint; remque => ufs_ihashrem
[unix-history] / usr / src / lib / liby / main.c
/*-
* 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) %G%";
#endif /* not lint */
main()
{
exit(yyparse());
}