码迷,mamicode.com
首页 > 其他好文 > 详细

centos type.h 编译错误问题

时间:2015-12-10 21:59:13      阅读:144      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!