perl 4.0.00: (no release announcement available)
[p5sagit/p5-mst-13.2.git] / x2p / util.h
1 /* $Header: util.h,v 4.0 91/03/20 01:58:29 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 4.0  91/03/20  01:58:29  lwall
10  * 4.0 baseline.
11  * 
12  */
13
14 /* is the string for makedir a directory name or a filename? */
15
16 #define MD_DIR 0
17 #define MD_FILE 1
18
19 void    util_init();
20 int     doshell();
21 char    *safemalloc();
22 char    *saferealloc();
23 char    *safecpy();
24 char    *safecat();
25 char    *cpytill();
26 char    *cpy2();
27 char    *instr();
28 #ifdef SETUIDGID
29     int         eaccess();
30 #endif
31 char    *getwd();
32 void    cat();
33 void    prexit();
34 char    *get_a_line();
35 char    *savestr();
36 int     makedir();
37 void    setenv();
38 int     envix();
39 void    notincl();
40 char    *getval();
41 void    growstr();
42 void    setdef();