I am getting errors withis below declaration.when declared INT32U i\'m getting errors.
Though INT32U and int are 4 bytes.How will i declare the equival
stdint.h has specific-size integer definitions, including uint32_t and uint8_t.
stdint.h