bssolver/error.h

7 lines
112 B
C

#ifndef ERRORS_H
#define ERRORS_H
void printError(char * string);
void printSystemError(char * string);
#endif