int QSload_basis (QSprob p, QSbas B)
/* p is an intialized handle to an existing LP problem.     */
/* B is an initialized QSbas for p with matching size       */

int rval;

rval= QSload_basis (p, B);
if (rval) {
   fprintf (stderr, 
            "Could not load the basis, error code %d\n", rval);
}