I'm making a android app with crystax Improved Android NDK, and I did it:
#include <wchar.h>
wcsncasecmp(L"", L"", 0);
and I getting the follow error:
jni/MooveBike.cpp:30:34: error: 'wcsncasecmp' was not declared in this scope
what i did wrong?