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