79
79
if (reader_handle.version > 2)
81
81
printf("\tMinor version %u\n", reader_handle.minor_version);
83
83
printf("\tBlock size %u\n", reader_handle.block_size);
88
88
printf("\tLongest Row %u\n", reader_handle.longest_row);
89
89
printf("\tShortest Row %u\n", reader_handle.shortest_row);
90
90
printf("\tState %s\n", ( reader_handle.dirty ? "dirty" : "clean"));