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