centos type.h 编译错误问题

复制代码
 
 # 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的定义问题

posted on   zyz913614263  阅读(293)  评论(0编辑  收藏  举报

努力加载评论中...

导航

点击右上角即可分享
微信分享提示