10 lines
182 B
C
10 lines
182 B
C
|
#ifndef _WARNINGS_ERRORS_H_
|
||
|
#define _WARNINGS_ERRORS_H_
|
||
|
|
||
|
#include <string>
|
||
|
#include <iostream>
|
||
|
|
||
|
void uiuc_warnings_errors(int errorCode, string line);
|
||
|
|
||
|
#endif //_WARNINGS_ERRORS_H_
|