5571edd05c9e11eb27cb3d455d16697452838480
[p5sagit/p5-mst-13.2.git] / util.h
1 /* $Header: util.h,v 2.0 88/06/05 00:15:15 root Exp $
2  *
3  * $Log:        util.h,v $
4  * Revision 2.0  88/06/05  00:15:15  root
5  * Baseline version 2.0.
6  * 
7  */
8
9 int *screamfirst INIT(Null(int*));
10 int *screamnext INIT(Null(int*));
11 int *screamcount INIT(Null(int*));
12
13 char    *safemalloc();
14 char    *saferealloc();
15 char    *cpytill();
16 char    *instr();
17 char    *bminstr();
18 char    *fbminstr();
19 char    *screaminstr();
20 void    bmcompile();
21 void    fbmcompile();
22 char    *get_a_line();
23 char    *savestr();
24 void    setenv();
25 int     envix();
26 void    growstr();