added definition of malloc().
Program crashed on 2/4 machines
This commit is contained in:
parent
e41876f32a
commit
b31c9f4a4a
@ -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