perl 3.0: (no announcement message available)
[p5sagit/p5-mst-13.2.git] / x2p / util.h
CommitLineData
a687059c 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.
8d063cd8 7 *
8 * $Log: util.h,v $
a687059c 9 * Revision 3.0 89/10/18 15:35:41 lwall
10 * 3.0 baseline
8d063cd8 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
19void util_init();
20int doshell();
21char *safemalloc();
22char *saferealloc();
23char *safecpy();
24char *safecat();
25char *cpytill();
26char *cpy2();
27char *instr();
28#ifdef SETUIDGID
29 int eaccess();
30#endif
31char *getwd();
32void cat();
33void prexit();
34char *get_a_line();
35char *savestr();
36int makedir();
37void setenv();
38int envix();
39void notincl();
40char *getval();
41void growstr();
42void setdef();