#ifndef CAPARESPONSE_H #define CAPARESPONSE_H extern int caparesponse_capa_check_answer(char *response,char *correct, int type,int tol_type,double tolerance, int sig_lbound,int sig_ubound, char *ans_fmt, char *unit_str, int calc, char *id_list, char *pts_list, char *rndseed, char** reterror); extern int caparesponse_get_real_response(char* unit_str, char* answer, double* scaled); #endif