added definition of malloc().
Program crashed on 2/4 machines
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user