1 2 3 4 5 6 7 8 9
typedef struct SEG { float lower; float upper; char l_sigd; char u_sigd; char l_ext; char u_ext; } SEG;