2012-03-27 01:51:53 +02:00

8 lines
93 B
C

#include <stdlib.h>
void
_cfree_r (struct _reent *ptr, void *mem)
{
return cfree (mem);
}