Skip to content
This repository was archived by the owner on Aug 22, 2026. It is now read-only.

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cINI

A C library for parsing, editing, and watching INI configuration files.

Archived: This project was written a while ago and is no longer actively maintained. I'm preserving it as a portfolio piece and have intentionally left the implementation largely as-is.

The main known limitation is the way source lines are represented internally, which can cause comments and formatting to not be perfectly preserved when writing a modified configuration.

Features

  • Standard INI-style configuration
  • Hierarchical sections
  • Variable interpolation
  • Typed value access
  • Runtime configuration editing
  • Change callbacks
  • Live file updates
  • Reading and writing configuration files

About

A C ini parser

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages