improve exit status handling for program map code
[unix-history] / usr / src / bin / test / extern.h
CommitLineData
faa1e81b
EA
1/*
2 * Copyright (c) 1988 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Kenneth Almquist.
7 *
8 * %sccs.include.redist.c%
9 */
10
faa1e81b
EA
11#include <sys/cdefs.h>
12
13__BEGIN_DECLS
14void error __P((char *));
15void *stalloc __P((int));
16
17__END_DECLS