Many times I need to construct a string through a call to sprintf and pass it to an external function. char s[32]; sprintf(s, "Hi %s, today is %d/%d/%d", ...
確定! 回上一頁