1 2 3 4
#ifndef ERRORHANDLER_H #define ERRORHANDLER_H typedef void (*errorhandler)(char* errormessage); #endif