perl 4.0 patch 14: patch #11, continued
[p5sagit/p5-mst-13.2.git] / util.h
1 /* $RCSfile: util.h,v $$Revision: 4.0.1.1 $$Date: 91/06/07 12:11:00 $
2  *
3  *    Copyright (c) 1991, Larry Wall
4  *
5  *    You may distribute under the terms of either the GNU General Public
6  *    License or the Artistic License, as specified in the README file.
7  *
8  * $Log:        util.h,v $
9  * Revision 4.0.1.1  91/06/07  12:11:00  lwall
10  * patch4: new copyright notice
11  * 
12  * Revision 4.0  91/03/20  01:56:48  lwall
13  * 4.0 baseline.
14  * 
15  */
16
17 EXT int *screamfirst INIT(Null(int*));
18 EXT int *screamnext INIT(Null(int*));
19
20 char    *safemalloc();
21 char    *saferealloc();
22 char    *cpytill();
23 char    *instr();
24 char    *fbminstr();
25 char    *screaminstr();
26 void    fbmcompile();
27 char    *savestr();
28 void    setenv();
29 int     envix();
30 void    growstr();
31 char    *ninstr();
32 char    *rninstr();
33 char    *nsavestr();
34 FILE    *mypopen();
35 int     mypclose();
36 #ifndef HAS_MEMCPY
37 #ifndef HAS_BCOPY
38 char    *bcopy();
39 #endif
40 #ifndef HAS_BZERO
41 char    *bzero();
42 #endif
43 #endif
44 unsigned long scanoct();
45 unsigned long scanhex();