00001 /* Copyright (C) 1998-2002 Chancelier Jean-Philippe */ 00002 00003 /************************************** 00004 * performs I/O in a console window 00005 * (see printf.h for the definition of the used io functions 00006 * (1997) : Jean-Philippe Chancelier 00007 * 00008 **************************************/ 00009 00010 #define USE_CONSOLE 00011 #include "readline.c"
1.5.1