xref: /original-bsd/bin/test/extern.h (revision a95f03a8)
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 
11 #include <sys/cdefs.h>
12 
13 __BEGIN_DECLS
14 void error __P((char *));
15 void *stalloc __P((int));
16 
17 __END_DECLS
18