File: NOTICE

package info (click to toggle)
libminini 1.2.a%2Bds-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 244 kB
  • sloc: ansic: 911; cpp: 887; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
minIni is a programmer's library to read and write "INI" files in embedded
systems. The library takes little resources and can be configured for various
kinds of file I/O libraries.

The method for portable INI file management in minIni is, in part based, on the
article "Multiplatform .INI Files" by Joseph J. Graf in the March 1994 issue of
Dr. Dobb's Journal.

The C++ class in minIni.h was contributed by Steven Van Ingelgem.

The option to compile minIni as a read-only library was contributed by Luca
Bassanello.