forknod
struct forknod *t;
t = (struct forknod *)getstor(sizeof(struct forknod));
#define forkptr(x) ((struct forknod *)x)
struct forknod *_forkptr;