A Command Interpreter with support for used defined commands, subsystems, macros, help and parameter parsing.

Revision:
16:ec8147828286
Parent:
15:d9680ef7b3f8
Child:
17:7e6a723d65de
--- a/cmdb.h	Fri Mar 11 11:01:41 2011 +0000
+++ b/cmdb.h	Thu Mar 24 21:40:58 2011 +0000
@@ -150,6 +150,8 @@
 
         parmdescr = (char*)malloc(strlen(_parmdescr)+1);
         strcpy(parmdescr,_parmdescr);
+        
+        //printf("%d:%d\r\n", subs, cid);
     }
 };
 
@@ -380,7 +382,7 @@
 
 /** The Command Interpreter Version.
  */
-#define CMDB_VERSION     0.76
+#define CMDB_VERSION     0.77
 
 //------------------------------------------------------------------------------