lstnod
struct lstnod *t;
t = (struct lstnod *)getstor(sizeof(struct lstnod));
#define lstptr(x) ((struct lstnod *)x)
struct lstnod *_lstptr;