This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 1.0 patch 14: a2p incorrectly translates 'for (a in b)' construct.
[perl5.git] / util.h
CommitLineData
8d063cd8
LW
1/* $Header: util.h,v 1.0 87/12/18 13:06:33 root Exp $
2 *
3 * $Log: util.h,v $
4 * Revision 1.0 87/12/18 13:06:33 root
5 * Initial revision
6 *
7 */
8
9/* is the string for makedir a directory name or a filename? */
10
11#define MD_DIR 0
12#define MD_FILE 1
13
14void util_init();
15int doshell();
16char *safemalloc();
17char *saferealloc();
18char *safecpy();
19char *safecat();
20char *cpytill();
21char *instr();
22#ifdef SETUIDGID
23 int eaccess();
24#endif
25char *getwd();
26void cat();
27void prexit();
28char *get_a_line();
29char *savestr();
30int makedir();
31void setenv();
32int envix();
33void notincl();
34char *getval();
35void growstr();
36void setdef();