char text[32] = "count="
sptintf(text, "%s%d", text, 100);


↑これって問題ない?