391fe4725ecb4dbeb9548ccd647bdce5cac2e4bf
[p5sagit/p5-mst-13.2.git] / util.h
1 /* $Header: util.h,v 3.0 89/10/18 15:33:18 lwall Locked $
2  *
3  *    Copyright (c) 1989, Larry Wall
4  *
5  *    You may distribute under the terms of the GNU General Public License
6  *    as specified in the README file that comes with the perl 3.0 kit.
7  *
8  * $Log:        util.h,v $
9  * Revision 3.0  89/10/18  15:33:18  lwall
10  * 3.0 baseline
11  * 
12  */
13
14 EXT int *screamfirst INIT(Null(int*));
15 EXT int *screamnext INIT(Null(int*));
16
17 char    *safemalloc();
18 char    *saferealloc();
19 char    *cpytill();
20 char    *instr();
21 char    *fbminstr();
22 char    *screaminstr();
23 void    fbmcompile();
24 char    *savestr();
25 void    setenv();
26 int     envix();
27 void    growstr();
28 char    *ninstr();
29 char    *rninstr();
30 char    *nsavestr();
31 FILE    *mypopen();
32 int     mypclose();