Annotation of loncom/homework/caparesponse/capa.i, revision 1.1

1.1     ! albertel    1: %module capa
        !             2: %{
        !             3: 
        !             4: %}
        !             5: extern int caparesponse_capa_check_answer(char *response,char *correct,
        !             6: 				   int type,int tol_type,double tolerance,
        !             7: 				   int sig_lbound,int sig_ubound, 
        !             8: 				   char *ans_fmt, char *unit_str,
        !             9: 				   int calc);

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>