16 char safe[31];. 17 if(size>30) return;. 18. 19 memcpy(safe, data, size);. 20 safe[size] = 0;. 21 printf("%s: %s\n", name, safe);.
確定! 回上一頁