Documentation code and object released under LGPL licence.
Copyright (C) 2005 by Henrique Abdalla <teike@users.sourceforge.net>
Website created with Website Template Control.

Menu
(plain HTML)
Menu
(powered by javascript)

SubProject: EditLine

Depends on CallStack, Number and String libraries.

Structured Integrated Database library interface to libedit from http://www.thrysoee.dk/editline
ex.:
int ExecCmd_i(String strLine){CS;}
int main(int argc, char *argv[]){CSMAIN(argv[0]);
   cEditLine el(ExecCmd_i);
   el.Setup_T("histfile","default");
   //"help" will be just the first command in the loop til you type "exit".
   el.ReadLineExecCmdLoop_i("help");
}

Look at cEditLine.h for details.