test-readline.cc

Go to the documentation of this file.
00001 #include <stdio.h>
00002 #include <readline/readline.h>
00003 #include <readline/history.h>
00004 int main(int argc, char **argv)
00005 {
00006    char *theLine = readline("the prompt");
00007 }

Generated on Tue Jul 5 14:46:13 2011 for ROOT_528-00b_version by  doxygen 1.5.1