Pristine Ack-5.5
[Ack-5.5.git] / util / int / proctab.h
1 /*
2         Handling the proctable
3 */
4
5 /* $Id: proctab.h,v 2.2 1994/06/24 10:48:40 ceriel Exp $ */
6
7 struct proc {
8         size pr_nloc;
9         ptr pr_ep;
10         ptr pr_ff;                      /* first address not in proc */
11 };
12
13 extern struct proc *proctab;