Subversion Repositories wimsdev

Rev

Rev 16743 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16743 Rev 18056
Line 417... Line 417...
417
void calc_examscore(char *p);
417
void calc_examscore(char *p);
418
void calc_getseedlast(char *p);
418
void calc_getseedlast(char *p);
419
void calc_getseedscorelast(char *p);
419
void calc_getseedscorelast(char *p);
420
void calc_getseedlastcnt(char *p);
420
void calc_getseedlastcnt(char *p);
421
void calc_getseedscores(char *p);
421
void calc_getseedscores(char *p);
-
 
422
void calc_getsheetstatus(char *p);
422
void exam_currscore(int esh);
423
void exam_currscore(int esh);
423
extern double exam_scoredata[MAX_EXAMS];
424
extern double exam_scoredata[MAX_EXAMS];
424
int exam_depcheck(char *deps, int exam);
425
int exam_depcheck(char *deps, int exam);
425
int getscorestatus(char *classe, int sheet);
426
int getscorestatus(char *classe, int sheet);
426
int depcheck(char *sh, int exo, char *deps);
427
int depcheck(char *sh, int exo, char *deps);