No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / lib / libmalloc / combined.c
blob6228f568e824eb49564cd04c97b171834e60e548
1 /*
2 * this file (combined.c) is malloc.c, free.c, and realloc.c, combined into
3 * one file, because the malloc.o in libc defined malloc, realloc, and free,
4 * and libc sometimes invokes realloc, which can greatly confuse things
5 * in the linking process...
7 * $Id: combined.c,v 1.1 1993/10/26 06:52:17 cgd Exp $
8 */
10 #include "malloc.c"
11 #include "free.c"
12 #include "realloc.c"