![]() ![]() | ![]() |
- Eliminate "Incompatible-pointer-types" error in capa_wrap.c compilation and "implicit-function-declaration" warning in caparesponse.c building capa.so on Fedora 40.
1: #ifndef CAPARESPONSE_H 2: #define CAPARESPONSE_H 3: 4: extern int caparesponse_capa_check_answer(char *response,char *correct, 5: int type,int tol_type,double tolerance, 6: int sig_lbound,int sig_ubound, 7: char *ans_fmt, char *unit_str, 8: int calc, char *id_list, char *pts_list, 9: char *rndseed, char** reterror); 10: 11: extern int caparesponse_get_real_response(char* unit_str, char* answer, 12: double* scaled); 13: #endif