added definition of malloc().
Program crashed on 2/4 machines
This commit is contained in:
parent
6180399964
commit
9bdd1abf9a
@ -69,6 +69,8 @@ static char rcsid[]="$Header$";
|
|||||||
typedef char byte;
|
typedef char byte;
|
||||||
typedef char * string;
|
typedef char * string;
|
||||||
|
|
||||||
|
char *malloc(),*myalloc();
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user