7 lines
114 B
C
7 lines
114 B
C
|
#include "param.h"
|
||
|
#include "impl.h"
|
||
|
|
||
|
/* The only global data item:
|
||
|
*/
|
||
|
mallink *ml_last; /* link to the world */
|