> Currently it isn't prohibitied. That is the only way to detect an error
> from PIO_open* at this time.

   io = PIO_open(interpreter, NULL, file[i], flags[j]);

   if ( (PIO_eof(interpreter, io) ? 0:1) != expected[i][j] )
   {

0x4c56


Reply via email to