Rev 8254 | Rev 8899 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8254 | Rev 8255 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | */ |
20 | */ |
21 | 21 | ||
22 | #include "../Lib/libwims.h" |
22 | #include "../Lib/libwims.h" |
23 | #include "../wimsdef.h" |
23 | #include "../wimsdef.h" |
24 | 24 | ||
25 | #define MAX_EXAMS 32 |
- | |
26 | #define MAX_SCORE 512*1024 |
25 | #define MAX_SCORE 512*1024 |
27 | 26 | ||
28 | typedef struct { |
27 | typedef struct { |
29 | short int dure,score; |
28 | short int dure,score; |
30 | long int next; |
29 | long int next; |