heuristic
struct heuristic *hp;
hp = (struct heuristic *)
malloc(sizeof (struct heuristic));
struct heuristic *next;
static struct heuristic *hlist = NULL;
struct heuristic *hp;