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_ninja.ps1 # A PowerShell script for creating build.ninja for the sample programs.
Cmake_cafe_ninja.ps1
creates a build script for building with cmake and ninja (https://ninja-build.org/) for Windows.nlib_tls_alloc()
. nlib_tls_alloc()
. exi
library for Cafe, use one TLS with nlib_tls_alloc()
. nlib_tls_alloc()
. © 2012-2017 Nintendo Co., Ltd. All rights reserved.