int QSload_basis_array (QSprob p, char *cstat, char *rstat)
/* p is an initialized QSprob, a handle to an existing LP problem  */
/* cstat and rstat are arrays containing the basis information.    */

int rval;

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