27 static char *mem_alloc();
34 s = mem_alloc((
unsigned) num, 1, &i);
36 s =
malloc((
unsigned) num);
40 "malloc: Internal Error: can't allocate %d bytes.\n", num);
57 static char *mem_alloc();
67 s = mem_alloc((
unsigned) num, 1, &i);
76 s =
realloc(str, (
unsigned) num);
81 "realloc: Internal Error: can't allocate %d bytes.\n", num);
char * trealloc(char *str, int num)
int bzero(char *ptr, int num)
void bcopy(char *from, char *to, int num)