added definition of malloc().
Program crashed on 2/4 machines
This commit is contained in:
parent
e41876f32a
commit
b31c9f4a4a
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue