00001 // 00002 // Copyright (C) 2001-2008 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 #include <cstdio> 00009 00010 00011 typedef int (* INPUT_FUNC_TYPE )( char *, int ) ; 00012 00013 void 00014 setInputCharPtr( char * inpStr ); 00015 void 00016 charPtrCleanup( ); 00017 00018 void 00019 setInputFilePtr( FILE * fptr ); 00020 00021 00022 #endif
1.5.5