i have this line in my code:- err->pu.error_exit =error_exit; when i try to compile it,i get this error:-
error: a value of type "void (*)(j_common_ptr)" cannot be assigned to an entity of type "void (*)(j_common_ptr) C" what probably is this??- void (*)(j_common_ptr) C
