摘要: 1 #include 2 3 typedef unsigned char uint8_t; 4 typedef unsigned short uint16_t; 5 typedef short int16_t; 6 typedef unsigned int uint32_t; 7 typedef unsigned long long uint64_t; 8 typedef uint32_t data_type; 9 10 /******************************************************************************* 1... 阅读全文
posted @ 2013-09-12 10:23 ★行云流水★ 阅读(1697) 评论(0) 推荐(0) 编辑