2018年7月12日

uint64, sizet_t, ssizet_t

摘要: uint64 在32位平台 typedef unsigned long long int uint64_t;在64位平台 typedef unsigned long int uint64_t;不同的typdef,要求在printf中使用不同的length modifier,uint64_t 在32位 阅读全文

posted @ 2018-07-12 10:08 eustoma 阅读(559) 评论(0) 推荐(0)

导航