int QSread_and_load_basis (QSprob p, const char *filename)
/* p is an initialized QSprob, a handle to an existing LP problem  */

int rval;

rval = QSread_and_load_basis (p, "binky.bas");
if (rval) {
    fprintf (stderr, "Could not read the basis, error code %d\n", rval);
}