#include "error_handler.h" /** * Error handler that is called by lower level functions. * Add an implementation if desired. */ void Error_Handler () { }