$ ); echo $? echoed 0,all other shells echo 2.
[unix-history] / usr / src / bin / sh / init.h
CommitLineData
36ed1b29 1/*-
d1b73048
KB
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
36ed1b29
KB
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Kenneth Almquist.
7 *
8 * %sccs.include.redist.c%
9 *
13b3e634 10 * @(#)init.h 8.2 (Berkeley) %G%
36ed1b29
KB
11 */
12
13b3e634
CZ
13void init __P((void));
14void reset __P((void));
15void initshellproc __P((void));