int num = 321; char snum[5]; // convert 123 to string [buf] itoa(num, snum, 10); // print our string printf("%s\n", snum);. If you want to output your structure ...
確定! 回上一頁