This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 4.0 patch 8: patch #4, continued
[perl5.git] / x2p / util.h
CommitLineData
fe14fcc3 1/* $Header: util.h,v 4.0 91/03/20 01:58:29 lwall Locked $
a687059c
LW
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
LW
7 *
8 * $Log: util.h,v $
fe14fcc3
LW
9 * Revision 4.0 91/03/20 01:58:29 lwall
10 * 4.0 baseline.
8d063cd8
LW
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();