From b953c4c67cfc6f0de38526e97eb5fc6031d61c81 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Sun, 28 Feb 2010 22:48:16 +0300 Subject: s3: Move source3/iniparser to lib/iniparser to allow sharing between s3/s4 Signed-off-by: Stefan Metzmacher --- lib/iniparser/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/iniparser/README (limited to 'lib/iniparser/README') diff --git a/lib/iniparser/README b/lib/iniparser/README new file mode 100644 index 0000000000..466d079ba5 --- /dev/null +++ b/lib/iniparser/README @@ -0,0 +1,11 @@ + +Welcome to iniParser! + +This modules offers parsing of ini files from the C level. +See a complete documentation in HTML format, from this directory +open the file html/index.html with any HTML-capable browser. + +Enjoy! + +N.Devillard +Thu Nov 17 12:31:42 CET 2005 -- cgit