00001 // 00002 // Copyright (C) 2001-2006 Randal Henne, Greg Landrum and Rational Discovery LLC 00003 // 00004 // @@ All Rights Reserved @@ 00005 // 00006 #ifndef _RD_INPUT_FILLER_H 00007 #define _RD_INPUT_FILLER_H 00008 #ifdef WIN32 00009 #include <io.h> 00010 #endif 00011 00012 typedef int (* INPUT_FUNC_TYPE )( char *, int ) ; 00013 00014 void 00015 setInputCharPtr( char * inpStr ); 00016 void 00017 charPtrCleanup( ); 00018 00019 void 00020 setInputFilePtr( FILE * fptr ); 00021 00022 00023 #endif
1.5.3