c#include <stdio.h> #define uint8 unsigned char int main() { uint8 t = 9; printf("~t is %d \n",~t); printf("t is %d \n",t); return 0; }
#include <stdio.h> #define uint8 unsigned char int main() { uint8 t = 9; printf("~t is %d \n",~t); printf("t is %d \n",t); return 0; }
本文作者:Santiago Chou
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 无版权要求,都是一些日常话题。 许可协议。转载请注明出处!