$ ); echo $? echoed 0,all other shells echo 2.
[unix-history] / usr / src / bin / sh / show.h
CommitLineData
e1997b19
CZ
1/*-
2 * Copyright (c) 1995
3 * The Regents of the University of California. All rights reserved.
4 *
5 * %sccs.include.redist.c%
6 *
7 * @(#)show.h 1.1 (Berkeley) %G%
8 */
9
10void showtree __P((union node *));
11void trputc __P((int));
12void trace __P((const char *, ...));
13void trputs __P((char *));
14void trargs __P((char **));
15void opentrace __P((void));