Define simple configuration on INI files.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
TheoryOfNekomata b5007a86c4 Add C++ name mangling 1年前
subprojects Initial commit 1年前
types Update project 1年前
.gitignore Update project 1年前
.gitmodules Initial commit 1年前
CMakeLists.txt Update project 1年前
LICENSE Initial commit 1年前
README.md Update project 1年前
ini-config.c Organize library 1年前
ini-config.h Add C++ name mangling 1年前

README.md

ini-config

Building

mkdir build
cmake "-DCMAKE_MT=%CMAKE_MT%" -G Ninja -S . -B build
cmake --build build -t ini_config