ack/util/int/proctab.h

14 lines
167 B
C
Raw Normal View History

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