added definition of malloc().

Program crashed on 2/4 machines
This commit is contained in:
sater 1984-08-08 10:54:04 +00:00
parent e41876f32a
commit b31c9f4a4a

View file

@ -69,6 +69,8 @@ static char rcsid[]="$Header$";
typedef char byte;
typedef char * string;
char *malloc(),*myalloc();
#include <stdio.h>
#include <assert.h>
#include <ctype.h>