I have a C structure that contains several int data types; I shift and mask the data types in this structure to produce 73 bits of ordered data. I need to write many lines of these 73 bits into a txt file in format "0x73bits" using fprintf. I have a C structure that contains several int