|
FORM v5.0.0-35-g6318119
|
#include <structs.h>
Data Fields | |
| WORD * | start |
| WORD * | lo |
| WORD * | hi |
Contains the pointers to an array in which a binary search will be performed.
| WORD* start |
Start point for search. Points inbetween lo and hi
Definition at line 165 of file structs.h.
Referenced by DoRecovery().
| WORD* lo |
Start of memory area
Definition at line 166 of file structs.h.
Referenced by DoRecovery(), Generator(), and GetFirstTerm().
| WORD* hi |