From 83e2437055f4cda9494dcf2c80ff9297ee0e2524 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 5 May 1995 00:59:12 -0800 Subject: [PATCH] date and time created 95/05/04 17:59:12 by christos SCCS-vsn: bin/sh/arith.h 1.1 --- usr/src/bin/sh/arith.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 usr/src/bin/sh/arith.h diff --git a/usr/src/bin/sh/arith.h b/usr/src/bin/sh/arith.h new file mode 100644 index 0000000000..063b33cdd4 --- /dev/null +++ b/usr/src/bin/sh/arith.h @@ -0,0 +1,11 @@ +/*- + * Copyright (c) 1995 + * The Regents of the University of California. All rights reserved. + * + * %sccs.include.redist.c% + * + * @(#)arith.h 1.1 (Berkeley) %G% + */ + +int arith __P((char *)); +int expcmd __P((int , char **)); -- 2.20.1