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。
如何解决这个错误?
wcsncasecmp是一个 GNU 特定的函数。它在 Mac OS X 上不可用。
wcsncasecmp