Skip to content
/ ini Public

INI file handling in C++.

License

LGPL-3.0, LGPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
LGPL-3.0
COPYING
Notifications You must be signed in to change notification settings

leonhad/ini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

INI file handling

This library is a Windows INI file handing.

File format

A INI file is key & value pair separated by section. Example:

[Section name]
key = value

Licensing

This software is released under the GNU Lesser General Public License v3.0 (LGPLv3+). Additionally, Autoconf includes a licensing exception in some of its source files.

For more licensing information, see http://www.gnu.org/licenses/gpl-faq.html.


Copyright (C) 2012 Leonardo Alves da Costa.

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without warranty of any kind.