首页 > 其他 > 详细

centos type.h 编译错误问题

时间:2015-12-10 21:56:23      阅读:289      评论:0      收藏:0      [点我收藏+]
 
 # ifndef __int8_t_defined
 #  define __int8_t_defined
 __intN_t (8, __QI__);
 __intN_t (16, __HI__);
 __intN_t (32, __SI__);
 //__intN_t (64, __DI__);
 #define __int64_t long long;
 # endif
 
 __u_intN_t (8, __QI__);
 __u_intN_t (16, __HI__);
 __u_intN_t (32, __SI__);
 __u_intN_t (64, __DI__);

主要是int64的定义问题

centos type.h 编译错误问题

原文:http://www.cnblogs.com/zendu/p/5037314.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!