Retro68/gcc/newlib/libc/sys/linux/mallstatsr.c

8 lines
86 B
C
Raw Normal View History

2017-04-11 21:13:36 +00:00
#include <stdlib.h>
void
_malloc_stats_r (struct _reent *ptr)
{
malloc_stats ();
}