OOT students: Your linked list code will be available shortly.
void
findLongestSequence (boolean IM[][], int *lengthOfSeq, int *i, int *j,
int numRows, int numCols)
As I announced, if you have this problem you may eliminate it by
adding in dimensions for the IM parameter, as follows:
void
findLongestSequence (boolean IM[MAXROWS][MAXCOLS], int *lengthOfSeq, int *i, int *j,
int numRows, int numCols)