Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / libcc.ansi / stdlib / malloc / global.c
1 /* $Id: global.c,v 1.2 1994/06/24 11:55:18 ceriel Exp $ */
2 /*
3  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6 #include        "param.h"
7 #include        "impl.h"
8
9 /*      The only global data item:
10 */
11 mallink *ml_last;               /* link to the world */