FORM  4.1
Data Fields
VaRrEnUm Struct Reference

#include <structs.h>

Data Fields

WORD * start
 
WORD * lo
 
WORD * hi
 

Detailed Description

Contains the pointers to an array in which a binary search will be performed.

Definition at line 165 of file structs.h.

Field Documentation

WORD* start

Start point for search. Points inbetween lo and hi

Definition at line 166 of file structs.h.

Referenced by DoRecovery(), and TermRenumber().

WORD* lo

Start of memory area

Definition at line 167 of file structs.h.

Referenced by DoRecovery(), Generator(), and TermRenumber().

WORD* hi

End of memory area

Definition at line 168 of file structs.h.

Referenced by DoRecovery(), and TermRenumber().


The documentation for this struct was generated from the following file: