This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 4.0 patch 17: patch #11, continued
[perl5.git] / x2p / util.h
CommitLineData
d48672a2 1/* $RCSfile: util.h,v $$Revision: 4.0.1.1 $$Date: 91/06/07 12:20:43 $
a687059c 2 *
d48672a2 3 * Copyright (c) 1991, Larry Wall
a687059c 4 *
d48672a2
LW
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.
8d063cd8
LW
7 *
8 * $Log: util.h,v $
d48672a2
LW
9 * Revision 4.0.1.1 91/06/07 12:20:43 lwall
10 * patch4: new copyright notice
11 *
fe14fcc3
LW
12 * Revision 4.0 91/03/20 01:58:29 lwall
13 * 4.0 baseline.
8d063cd8
LW
14 *
15 */
16
17/* is the string for makedir a directory name or a filename? */
18
19#define MD_DIR 0
20#define MD_FILE 1
21
22void util_init();
23int doshell();
24char *safemalloc();
25char *saferealloc();
26char *safecpy();
27char *safecat();
28char *cpytill();
29char *cpy2();
30char *instr();
31#ifdef SETUIDGID
32 int eaccess();
33#endif
34char *getwd();
35void cat();
36void prexit();
37char *get_a_line();
38char *savestr();
39int makedir();
40void setenv();
41int envix();
42void notincl();
43char *getval();
44void growstr();
45void setdef();