f36c27cfa04f5ec3fa9ca661de7a9247afcf929f
[p5sagit/p5-mst-13.2.git] / x2p / util.h
1 /* $Header: util.h,v 3.0 89/10/18 15:35:41 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:35:41  lwall
10  * 3.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();