This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
a "replacement" for awk and sed
[perl5.git] / x2p / util.h
CommitLineData
8d063cd8
LW
1/* $Header: util.h,v 1.0 87/12/18 13:07:37 root Exp $
2 *
3 * $Log: util.h,v $
4 * Revision 1.0 87/12/18 13:07:37 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 *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();