//Alexander Sage //Hw7 //Date: 11/30/11 //Purpose: to have an external file for defining the number of equations #include <iostream> using namespace std; void probSize(int& neqns) { cout << "in probSize" << endl; neqns = 4; cout << "neqns = " << neqns << endl; }