Skip to content

yelisei-krupin/INI-File-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INI File Reader (C)

A lightweight, dependency-free INI file parser written in C.
This library provides simple functions for loading INI configuration files and retrieving values by section and key.

Features

  • ✔️ Pure C (C89/C99 compatible)
  • ✔️ Zero external dependencies
  • ✔️ Supports sections, keys, and comments
  • ✔️ Handles whitespace and inline comments
  • ✔️ Simple API for fetching strings, integers, booleans, and floats
  • ✔️ Small and easy to embed into any project

INI Format Example

[database]
host = localhost
port = 5432

[logging]
level = info
enabled = true

About

⚙️ .INI File Reader in C language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors