snprintf (buffer, BUF_LEN, "%s=%x","variable x",256);. puts the string "variable x=100" into buffer . A complete list of valid conversion specifiers (%d, %s, ...
確定! 回上一頁