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.
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.