nlib
|
nlib
は以下のバージョンを利用してコンパイルされています。 ├── lib │ └── omake # Library files. └── samples ├── ctr/OMakefile # OMakefile for the samples. └── cmake/cmake_ctr.sh # A shell script for creating makefiles for the sample programs.
errno.h
で定義されるマクロを列挙型の値として定義しています(socket_User.autogen.hにて)。 従ってCTRのソケットライブラリはnlib
だけではなくエラー情報を扱うC標準関数との共存にも大きな困難を抱えています。 © 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.