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