This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 2.0 patch 1: removed redundant debugging code in regexp.c
[perl5.git] / x2p / util.h
CommitLineData
378cc40b 1/* $Header: util.h,v 2.0 88/06/05 00:16:10 root Exp $
8d063cd8
LW
2 *
3 * $Log: util.h,v $
378cc40b
LW
4 * Revision 2.0 88/06/05 00:16:10 root
5 * Baseline version 2.0.
8d063cd8
LW
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 *cpy2();
22char *instr();
23#ifdef SETUIDGID
24 int eaccess();
25#endif
26char *getwd();
27void cat();
28void prexit();
29char *get_a_line();
30char *savestr();
31int makedir();
32void setenv();
33int envix();
34void notincl();
35char *getval();
36void growstr();
37void setdef();