awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
benhoyt avatar

benhoyt/inih

0
View on GitHub↗
3,007 stars·567 forks·C++·10 views

Inih

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

Features

  • Configuration Parsers - Simple INI parser for C.
  • Data Formats and Parsing - INI file parser.
  • Developer Tools and Utilities - Minimalist INI file parser.
  • Development Libraries - Simple INI file parser for C.
  • Embedded Software Libraries - C-based parser for INI configuration files.
  • Embedded Utility Libraries - Simple INI file parser for C applications.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

Star history

Star history chart for benhoyt/inihStar history chart for benhoyt/inih

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Inih

These projects share indexed features with Inih. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • davegamble/cjsonDaveGamble avatar

    DaveGamble/cJSON

    12,466View on GitHub↗

    cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It provides a comprehensive set of utilities for transforming raw text into navigable objects, manipulating data fields within collections, and serializing complex structures into formatted or unformatted strings. The library is designed for memory-sensitive and resource-constrained environments, utilizing manual memory management and type-tagged union structures to maintain a minimal footprint. It employs recursive descent parsing and in-place string manipulation to process data ef

    C
    View on GitHub↗12,466
  • hardysimpson/zlogHardySimpson avatar

    HardySimpson/zlog

    2,534View on GitHub↗

    zlog is a reliable, high-performance, thread safe, flexible, clear-model, pure C logging library.

    C
    View on GitHub↗2,534
  • armink/easyloggerarmink avatar

    armink/EasyLogger

    4,641View on GitHub↗

    EasyLogger is a lightweight C/C++ logging library and asynchronous framework designed for embedded systems, IoT devices, and wearables. It functions as a resource-efficient logger and flash memory manager, providing tools for low-level debugging and system event recording with minimal ROM and RAM requirements. The project distinguishes itself through an asynchronous logging model that buffers messages to a separate thread, preventing logging operations from blocking real-time application execution. It includes a specialized flash memory manager that utilizes circular buffering to persist logs

    C
    View on GitHub↗4,641
  • protobuf-c/protobuf-cprotobuf-c avatar

    protobuf-c/protobuf-c

    2,973View on GitHub↗

    Protocol Buffers implementation in C

    C++
    View on GitHub↗2,973
Compare all 30 related projects→

Frequently asked questions

What does benhoyt/inih do?

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

What are the main features of benhoyt/inih?

The main features of benhoyt/inih are: Configuration Parsers, Data Formats and Parsing, Developer Tools and Utilities, Development Libraries, Embedded Software Libraries, Embedded Utility Libraries, Windows Environments.

Which projects share features with benhoyt/inih?

Projects with overlapping indexed features include: hardysimpson/zlog — zlog is a reliable, high-performance, thread safe, flexible, clear-model, pure C logging library. zserge/jsmn — jsmn is a lightweight JSON parser library written in C. It provides zero-copy tokenization and incremental parsing… armink/easylogger — EasyLogger is a lightweight C/C++ logging library and asynchronous framework designed for embedded systems, IoT… davegamble/cjson — cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It… protobuf-c/protobuf-c — Protocol Buffers implementation in C. activesys/libcstl — This directory contains the sources of the libcstl Library. See the file "VERSION" for what release version you have.…