// Definitions for the PARTBRKR DLL. // Size definitions #define PARTLENGTH 10 // Length of normalized part number #define RAW_PARTLENGTH PARTLENGTH+2 // Max length of raw part number // States recognized by the word breaker #define STATE_WHITE 0 // Scanning white space #define STATE_PART 1