nlib
|
├── system │ ├── include # Header files. │ └── lib │ └── ghs │ └── cafe │ └── DEBUG # Library files for Debug build │ └── NDEBUG # Library files for Release build └── samples ├── cafe/Makefile # Makefile for the samples. ├── cmake/cmake_cafe.sh # A shell script for creating makefiles for the sample programs. (deprecated) └── cmake/cmake_cafe_ninja.ps1 # A PowerShell script for creating build.ninja for the sample programs.
cmake_cafe_ninja.ps1
は、Windowsのcmakeとninja(https://ninja-build.org/)でビルドするためのビルドスクリプトを作成します。nlib_tls_alloc()
で指定できるデストラクタを利用してください。 nlib_tls_alloc()
を利用してください。 exi
ライブラリはnlib_tls_alloc()
を通してTLSを1つ使用します。 nlib_tls_alloc()
を通してTLSを1つ使用します。 © 2012-2016 Nintendo Co., Ltd. All rights reserved.