This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.000d : [hint file updates]
[perl5.git] / x2p / util.h
CommitLineData
79072805 1/* $RCSfile: util.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:30 $
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 $
8d063cd8
LW
9 */
10
11/* is the string for makedir a directory name or a filename? */
12
55204971
LW
13#define fatal Myfatal
14
8d063cd8
LW
15#define MD_DIR 0
16#define MD_FILE 1
17
18void util_init();
19int doshell();
20char *safemalloc();
21char *saferealloc();
22char *safecpy();
23char *safecat();
24char *cpytill();
25char *cpy2();
26char *instr();
27#ifdef SETUIDGID
28 int eaccess();
29#endif
30char *getwd();
31void cat();
32void prexit();
33char *get_a_line();
34char *savestr();
35int makedir();
36void setenv();
37int envix();
38void notincl();
39char *getval();
40void growstr();
41void setdef();