rt200_microc_seg
struct rt200_microc_seg* seg_list = NULL;
struct rt200_microc_seg* curr_seg = NULL;
struct rt200_microc_seg* prev_seg = NULL;
curr_seg = (struct rt200_microc_seg*) malloc(sizeof(struct rt200_microc_seg));
curr_seg = (struct rt200_microc_seg*) malloc(sizeof(struct rt200_microc_seg));
struct rt200_microc_seg* seg_list = microc_datap->microc_seg_list;
struct rt200_microc_seg* prev_seg;
struct rt200_microc_seg* seg_list = microc_datap->microc_seg_list;
struct rt200_microc_seg* next;
struct rt200_microc_seg* microc_seg_list;