Searched refs:__handle_error (Results 1 – 1 of 1) sorted by relevance
78 #define handle_error(msg) __handle_error(__FILE__, __LINE__, msg)79 static void __handle_error(char *fn, int ln, char *msg) in __handle_error() function