blob: a2ee627bc427c608f4ae682536703ffd60d4a897 [file] [log] [blame]
#include <malloc.h>
struct mallinfo
_mallinfo_r (struct _reent *ptr)
{
return mallinfo ();
}