简体   繁体   中英

What does uint32_t stand for?

I expect uint32 means "unsigned 32-bit integer".

What does the t stand for?

The suffix _t denotes a type name . For example, size_t is the type for size.

Another popular line of thought regards it as a convention for naming type definitions .

uint32_ t =无符号整数32位类型

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM