Rev 8147 | Rev 8185 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8147 | Rev 8177 | ||
---|---|---|---|
Line 25... | Line 25... | ||
25 | * Word 3: The starting status (starting from the first bit). |
25 | * Word 3: The starting status (starting from the first bit). |
26 | */ |
26 | */ |
27 | 27 | ||
28 | #include "../wims.h" |
28 | #include "../wims.h" |
29 | #include "../Lib/libwims.h" |
29 | #include "../Lib/libwims.h" |
- | 30 | ||
30 | #define MAX_DEGREE 256 |
31 | #define MAX_DEGREE 256 |
31 | #define MAX_LENGTH 1024000 |
32 | #define MAX_LENGTH 1024000 |
32 | 33 | ||
33 | int ch,degree,length; |
34 | int ch,degree,length; |
34 | char poly[MAX_DEGREE], chain[MAX_DEGREE]; |
35 | char poly[MAX_DEGREE], chain[MAX_DEGREE]; |