nlib
|
├── lib │ └── cmake │ └── clang │ ├── libnx_*.dylib # shared libraries │ └── libnx_*_d.dylib # shared libraries(debug) └── samples └── cmake ├── cmake_clang.sh # A shell script for creating makefiles for the sample programs. └── cmake_xcode.sh # A shell script for creating an Xcode project for the sample programs.
wchar_t
のサイズが4バイトであることに注意してください。文字はUTF-16ではなくUTF-32が格納されます。 © 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.