OSDN Git Service

1ad8ca2ff3bfb185cca4e559b490e4677927ebdb
[uclinux-h8/uclibc-ng.git] / libc / stdlib / malloc-simple / malloc.c
1 /*
2  * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
3  *
4  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
5  */
6
7 #define L_malloc
8 #include "alloc.c"