nlib
|
├── lib │ └── cmake │ ├── gcc │ │ ├── libnx_*.so # shared libraries │ │ └── libnx_*_d.so # shared libraries(debug) │ └── clang │ ├── libnx_*.so # shared libraries │ └── libnx_*_d.so # shared libraries(debug) ├── samples │ └── cmake │ ├── cmake_gcc.sh # A shell script for creating makefiles for the sample programs. │ └── cmake_clang.sh # A shell script for creating makefiles for the sample programs. └── setup └── setup-wsl-tools.sh # A shell script for installing and updating the tools and the libraries (for Ubuntu or WSL)
wchar_t
のサイズが4バイトであることに注意してください。文字はUTF-16ではなくUTF-32が格納されます。 © Nintendo Co., Ltd. All rights reserved.