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:
14: void util_init();
15: int doshell();
16: char *safemalloc();
17: char *saferealloc();
18: char *safecpy();
19: char *safecat();
20: char *cpytill();
21: char *instr();
22: #ifdef SETUIDGID
23: int eaccess();
24: #endif
25: char *getwd();
26: void cat();
27: void prexit();
28: char *get_a_line();
29: char *savestr();
30: int makedir();
31: void setenv();
32: int envix();
33: void notincl();
34: char *getval();
35: void growstr();
36: void setdef();
Defined macros
Usage of this include