mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-16 14:45:06 +08:00
Johns release
This commit is contained in:
10
gdb/stdlib.h
Executable file
10
gdb/stdlib.h
Executable file
@ -0,0 +1,10 @@
|
||||
/* Fake stdlib.h supplying the stuff needed by malloc. */
|
||||
|
||||
#ifndef __ONEFILE
|
||||
#include <stddef.h>
|
||||
#endif
|
||||
|
||||
extern void EXFUN(abort, (void));
|
||||
extern void EXFUN(free, (PTR));
|
||||
extern PTR EXFUN(malloc, (size_t));
|
||||
extern PTR EXFUN(realloc, (PTR, size_t));
|
Reference in New Issue
Block a user