Several changes for ANSI C
This commit is contained in:
@@ -11,6 +11,12 @@
|
||||
str
|
||||
*/
|
||||
|
||||
#if __STDC__
|
||||
#include <stdlib.h>
|
||||
#else
|
||||
extern char *malloc();
|
||||
#endif
|
||||
|
||||
#include "alloc.h"
|
||||
|
||||
char *
|
||||
|
||||
Reference in New Issue
Block a user