1 2 3 4 5 6
#ifndef __ERROR_HANDLER_H #define __ERROR_HANDLER_H void Error_Handler (); #endif /* __ERROR_HANDLER_H */