mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
declare malloc, realloc
This commit is contained in:
@ -25,6 +25,11 @@
|
||||
|
||||
#define HAVE_STRERROR
|
||||
|
||||
#ifdef __STDC__
|
||||
extern void *malloc (), *realloc ();
|
||||
#else
|
||||
extern char *malloc (), *realloc ();
|
||||
#endif
|
||||
extern int free ();
|
||||
|
||||
/* end of ho-generic.h */
|
||||
|
Reference in New Issue
Block a user