libc/newlib/libc/sys/linux/mallinfor.c

8 lines
96 B
C

#include <malloc.h>
struct mallinfo
_mallinfo_r (struct _reent *ptr)
{
return mallinfo ();
}