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.
Linuxのlstrcpyに相当するものは何ですか?
strcpy とどう違うの?
lstrcpyビルドに適切な文字サイズをコピーする Windows API です (アプリケーションのビルド方法によって異なりwcharますchar)。Linux に直接相当するものはありませんが (コンパイラーがそれを処理することなく、どちらを使用するかを知る必要があるという点で)、文字列wcscpyをコピーしwchar*ます。
lstrcpy
wchar
char
wcscpy
wchar*