1 #if defined(STACK_SIZE) && (STACK_SIZE < 65536)
2 # define BYTEMEM_SIZE 10000L
6 # define BYTEMEM_SIZE 45000L
9 int bytestart
[5000 + 1];
10 unsigned char modtext
[400 + 1];
11 unsigned char bytemem
[2][BYTEMEM_SIZE
+ 1];
23 while ((k
< bytestart
[p
+ 2]) && (j
<= l
) && (modtext
[j
] == bytemem
[w
][k
]))
28 if (k
== bytestart
[p
+ 2])
34 else if (modtext
[j
] < bytemem
[w
][k
])