Skip to content
forked from nowl/iniparser

An INI/config file parser in C.

Notifications You must be signed in to change notification settings

y11en/iniparser-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I always seem to need a good ini parser for various projects and
usually hack one together each time. To remedy this I built this
simple one that will process a standard INI file of the following
form:

----------------------- BEGIN SNIP -----------------------------------

[section1]

key1 = hello
key2= 2.56
key3:12

;; this is a comment
test1 : somethine else here

; this is also a comment
# and yet another comment
[section 2]

key1 = something in section 2
test1: true

----------------------- END SNIP -------------------------------------

The reader is very simple to use, see main.c for how.

About

An INI/config file parser in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%