摘要:
测试程序: 1 #include <stdio.h> 2 3 #define RANGE(type) \ 4 if ( (type)((type)0 - 1) > 0 ) \ 5 { \ 6 type m = 0; \ 7 m = m - 1; \ 8 printf("%s:\t %d Bytes [%.0f µ½ %.0f] \n", #type, sizeof(type), (double)0, (double)m ); \ 9 } \10 else \11 { \12 ... 阅读全文
posted @ 2013-04-15 19:06
n_a_n_c
阅读(398)
评论(0)
推荐(0)
浙公网安备 33010602011771号