xref: /original-bsd/bin/sh/arith.h (revision b3c06cab)
1 /*-
2  * Copyright (c) 1995
3  *      The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)arith.h	1.1 (Berkeley) 05/04/95
8  */
9 
10 int arith __P((char *));
11 int expcmd __P((int , char **));
12