ack/util/int/proctab.h

14 lines
163 B
C
Raw Normal View History

1988-06-22 16:57:09 +00:00
/*
Handling the proctable
*/
1994-06-24 11:31:16 +00:00
/* $Id$ */
1988-06-22 16:57:09 +00:00
struct proc {
size pr_nloc;
ptr pr_ep;
ptr pr_ff; /* first address not in proc */
};
extern struct proc *proctab;