1. Home
  2. Browse
  3. inih

inih

v57#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

v57#0

Publication

Supports

All

GitHub

benhoyt/inih2.5K

Homepage

github.com/benhoyt/inih

Subtree

0fa8459cf3

License

BSD-3-Clause

Definition

Manifest