bcomp
result = bcomp(new, qp); /* compare to first element */
result = bcomp(new, qp->b_next);
static int bcomp(struct BOARD *, struct BOARD *);