Simple .INI file parser in C, good for embedded systems
الميزات الرئيسية لـ benhoyt/inih هي: Configuration Parsers, Data Formats and Parsing, Developer Tools and Utilities, Development Libraries, Embedded Software Libraries, Embedded Utility Libraries, Windows Environments.
تشمل البدائل مفتوحة المصدر لـ benhoyt/inih: 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.…
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
zlog is a reliable, high-performance, thread safe, flexible, clear-model, pure C logging library.
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
Protocol Buffers implementation in C