A simple .ini file interface.

Dependents:   Smart-WiFly-WebServer SignalGenerator WattEye X10Svr

Revision:
13:d5957065d066
Parent:
12:6cf929bde139
Child:
15:3fc2b87a234d
--- a/IniManager.cpp	Mon Apr 11 02:16:18 2016 +0000
+++ b/IniManager.cpp	Sun Sep 04 02:40:40 2016 +0000
@@ -10,7 +10,7 @@
 
 #include "IniManager.h"
 
-#include "Utility.h"            // private memory manager
+//#include "Utility.h"            // private memory manager
 #ifndef UTILITY_H
 #define swMalloc malloc         // use the standard
 #define swFree free