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