nlib
|
├── system │ ├── include # Header files. │ └── lib │ └── ghs │ └── cafe │ └── DEBUG # Library files for the Debug build. │ └── NDEBUG # Library files for the 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
library for Cafe, use one TLS with nlib_tls_alloc()
. nlib_tls_alloc()
. © 2012-2016 Nintendo Co., Ltd. All rights reserved.