Subversion Repositories wimsdev

Rev

Rev 9095 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9095 Rev 9229
Line 42... Line 42...
42
void p_answer(char *p[MAX_PARM]);
42
void p_answer(char *p[MAX_PARM]);
43
void p_choice(char *p[MAX_PARM]);
43
void p_choice(char *p[MAX_PARM]);
44
void p_computeanswer(char *p[MAX_PARM]);
44
void p_computeanswer(char *p[MAX_PARM]);
45
void p_precision(char *p[MAX_PARM]);
45
void p_precision(char *p[MAX_PARM]);
46
void p_css(char *p[MAX_PARM]);
46
void p_css(char *p[MAX_PARM]);
-
 
47
void p_description(char *p[MAX_PARM]);
-
 
48
void p_observation(char *p[MAX_PARM]);
47
void p_range(char *p[MAX_PARM]);
49
void p_range(char *p[MAX_PARM]);
48
void p_language(char *p[MAX_PARM]);
50
void p_language(char *p[MAX_PARM]);
49
void p_statement(char *p[MAX_PARM]);
51
void p_statement(char *p[MAX_PARM]);
50
void p_int(char *p[MAX_PARM]);
52
void p_int(char *p[MAX_PARM]);
51
void p_rational(char *p[MAX_PARM]);
53
void p_rational(char *p[MAX_PARM]);