Rev 12247 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12247 | Rev 13380 | ||
---|---|---|---|
Line 15... | Line 15... | ||
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
16 | */ |
16 | */ |
17 | 17 | ||
18 | /* This program translates oef format exercises into wims internal data format. */ |
18 | /* This program translates oef format exercises into wims internal data format. */ |
19 | 19 | ||
20 | #define MAX_TITLEN |
20 | #define MAX_TITLEN 80 |
21 | 21 | ||
22 | #define MAX_PARM 10 |
22 | #define MAX_PARM 10 |
23 | #define MAX_PARAM 1024 |
23 | #define MAX_PARAM 1024 |
24 | #define MAX_DEFINE 1024 |
24 | #define MAX_DEFINE 1024 |
25 | #define MAX_FLEN 199999 |
25 | #define MAX_FLEN 199999 |