29 if( chLine[0] ==
'#' || chLine[0] ==
'*' || chLine[0] ==
'%' || chLine[0] ==
' ' )
33 else if( strncmp(chLine,
"//", 2 ) == 0 )
38 else if( chLine[0] ==
'C' || chLine[0] ==
'c' )
44 if( chLine[1] ==
'\n' || chLine[1] ==
' ' || chLine[1] ==
'\r' )
103 strcpy( chCAPS , chCard );
106 if( !
nMatch(
"HIDE" , chCAPS ) )
107 fprintf( ipOUT,
"%s\n", chCard );
182 fprintf(
ioQQQ,
"t_input::readarray returns=%s=\n",chCard );
199 for(
long i=0; i < n; ++i )
202 *lgEOF = !ioDATA.good();
long nMatch(const char *chKey, const char *chCard)
const int INPUT_LINE_LENGTH
NORETURN void TotalInsanity(void)
#define DEBUG_ENTRY(funcname)
FILE * open_data(const char *fname, const char *mode, access_scheme scheme)
const ios_base::openmode mode_r