1. Home
  2. Browse
  3. inih

inih

v61#0Go to latest

Simple .INI file parser in C, good for embedded systems

Install

Run the following Vcpkg command to install the port.

vcpkg install inih

Usage

The package inih provides unofficial CMake targets:

find_package(unofficial-inih CONFIG REQUIRED)
# C API
target_link_libraries(main PRIVATE unofficial::inih::libinih)
# C++ API (Requires "cpp" feature)
target_link_libraries(main PRIVATE unofficial::inih::inireader)

Alternatively, if you are using pckgconfig use the name "inih" for the C API and "inireader" for the C++ API

Features

Dependencies

See source

Version

v61#0

Publication

Supports

All

GitHub

benhoyt/inih3K

Homepage

github.com/benhoyt/inih

Subtree

dc1ace36b8

License

BSD-3-Clause

Definition

Manifest