Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はいくつかのlibをwin32プラットフォームからMacOSに移植しています。文字列を安全に初期化するために_stprintf_sを使用する関数がいくつかあります。
Objective-C ++の_stprintf_sに似た関数はありますか?
最後に、swprintfどちらが良い代替品として機能するかを見つけました。
swprintf
int swprintf(wchar_t *restrict ws, size_t n, const wchar_t *restrict format, ...);