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