Defines |
#define | FALSE false |
#define | TRUE true |
Typedefs |
typedef unsigned long | ulong |
typedef unsigned int | uint |
typedef long | Elem |
Variables |
const char *const | msgS_IDFound = "This was the element found when searching on its ID." |
const char *const | msgS_IDnotFound = "No element with this ID was found." |
const char *const | msgC_IDnotFound = "No change was made because no element with this ID was found." |
const char *const | msgI_IDexist = "This record was not inserted because an element with the same ID already existed" |
const char *const | msgD_IDnotFound = "The ID of no element matched the ID of this record, so nothing was deleted." |
const char *const | msgInvalidOp = "This record contains an impermissible operation code." |
const char *const | msgCompare = "The average number of ID comparisons for " |
const char *const | msgTotalCmp = "The total number of ID comparisons for" |
const char *const | msgAvgCmp = "The average number of ID comparisons for" |
const int | LINE_SIZE = 79 |
const char *const | msg_OK |
const char *const | msg_BAD |