* mlibc/libc-mes.c (realloc): Disable naive realloc for libc-mes+tcc.c.
* along with Mes. If not, see <http://www.gnu.org/licenses/>.
*/
* along with Mes. If not, see <http://www.gnu.org/licenses/>.
*/
#include <libc-mes.c>
#include <setjmp.h>
#include <libc-mes.c>
#include <setjmp.h>
void *
realloc (void *p, int size)
{
brk (g_brk + size);
void *
realloc (void *p, int size)
{
brk (g_brk + size);
int
strncmp (char const* a, char const* b, int length)
int
strncmp (char const* a, char const* b, int length)