Are types like uint32, int32, uint64, int64 defined in any stdlib header?

前端 未结 4 707
误落风尘
误落风尘 2020-12-07 19:47

I often see source code using types like uint32, uint64 and I wonder if they should be defined by the programmer in the application code or if they are defined in a standard

4条回答
提交回复
热议问题