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

QSbas B;

B = QSread_basis (p, "binky.bas");
if (B == (QSbas) NULL) {
    fprintf (stderr, "Could not read the basis\n");
}