1. Home
  2. Browse
  3. inih

inih

v58#0Latest

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

v58#0

Publication

Supports

All

GitHub

benhoyt/inih2.5K

Homepage

github.com/benhoyt/inih

Subtree

3fd8837b98

License

BSD-3-Clause

Definition

Manifest