#ifndef ERRORS_H
#define ERRORS_H
#include <stdio.h>
#include <stdlib.h>
void printError(char * string);
void printSystemError(char * string);
#endif