标签:style blog http color io 2014 div log
printf语句中包含‘\0‘字符的处理
1 #include <stdio.h> 2 3 int main (void) 4 { 5 printf("helloxx\0xxworld\n"); 6 printf("\n------------\n"); 7 printf("hello%sworld\n", "xx\0xx"); 8 }
printf语句中包含'\0'字符的处理,布布扣,bubuko.com
标签:style blog http color io 2014 div log
原文地址:http://www.cnblogs.com/itpoorman/p/3898419.html