2000-03-22 22:01:33 +00:00
|
|
|
#ifndef _WARNINGS_ERRORS_H_
|
|
|
|
#define _WARNINGS_ERRORS_H_
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
#include <iostream>
|
|
|
|
|
2000-09-21 22:59:27 +00:00
|
|
|
using std::string;
|
|
|
|
|
2000-03-22 22:01:33 +00:00
|
|
|
void uiuc_warnings_errors(int errorCode, string line);
|
|
|
|
|
|
|
|
#endif //_WARNINGS_ERRORS_H_
|