proctab.h 163 B

12345678910111213
  1. /*
  2. Handling the proctable
  3. */
  4. /* $Id$ */
  5. struct proc {
  6. size pr_nloc;
  7. ptr pr_ep;
  8. ptr pr_ff; /* first address not in proc */
  9. };
  10. extern struct proc *proctab;