#ifndef _WARNINGS_ERRORS_H_ #define _WARNINGS_ERRORS_H_ #include #include using std::string; void uiuc_warnings_errors(int errorCode, string line); #endif //_WARNINGS_ERRORS_H_