throw_stdio_read_error.cpp 345 B

123456789101112131415161718
  1. //
  2. // $Id$
  3. //
  4. #include<__vic/stdio_file.h>
  5. #include<__vic/throw_errno.h>
  6. namespace __vic {
  7. //----------------------------------------------------------------------------
  8. void throw_stdio_read_error()
  9. {
  10. throw_errno("I/O error: read failed");
  11. }
  12. //----------------------------------------------------------------------------
  13. } // namespace