请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
部件号:TMS320F2.8379万D 工具/软件:TI C/C++编译器
为什么 在stdint.h中没有定义uint8_t和INT8_t?
//来自stdint.h ~/ti/ccsv7/tools/compiler/ti-CGT-2000_C2000_STS/include/<xmt-block0>2000 17.6
/* 7.18 .1.1 精确宽度整数类型*/ #IF已定义(__TMS320C28XX_CLA__) typedef 短Int16_t; typedef无符号短uint16_t; typedef Int Int32_t; typedef无符号int UINT32_t; #else typedef Int Int16_t; typedef unsigned int uint16_t; typedef 长时Int32_t; typedef未签名的long UINT32_t; #endif