ack/modules/src/malloc/global.c

7 lines
114 B
C
Raw Normal View History

1987-01-06 11:25:09 +00:00
#include "param.h"
#include "impl.h"
/* The only global data item:
*/
mallink *ml_last; /* link to the world */