HVCS_CLC_LENGTH
char location_code[HVCS_CLC_LENGTH + 1]; /* CLC + 1 null-term char */
char p_location_code[HVCS_CLC_LENGTH + 1]; /* CLC + Null Term */
memset(&hvcsd->p_location_code[0], 0x00, HVCS_CLC_LENGTH + 1);