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.
c/c++ アプリ内で wcsncasecmp を使用しています。
コンパイルすると次のエラーが発生します:
error: 'wcsncasecmp' was not declared in this scope
Gcc 4.2.1、macos。
このエラーを解決するにはどうすればよいですか?
wcsncasecmpGNU 固有の関数です。Mac OS X では利用できません。
wcsncasecmp