#ifndef HANDERROR_H #define HANDERROR_H void callError(int num); void printError(char *text); #endif