INT32U and INT8U in Objective C

前端 未结 1 393
北恋
北恋 2021-01-28 20:26

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

相关标签:
1条回答
  • 2021-01-28 20:35

    stdint.h has specific-size integer definitions, including uint32_t and uint8_t.

    0 讨论(0)
提交回复
热议问题