/* Copyright (c) 2002 Geoffrey Keating */ #include void * _malloc_r (struct _reent *r, size_t sz) { return malloc (sz); }