1 2 3 4 5 6 7
#ifndef HANDERROR_H #define HANDERROR_H void callError(int num); void printError(char *text); #endif