throw_stdio_write_error.cpp 347 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_write_error()
  9. {
  10. throw_errno("I/O error: write failed");
  11. }
  12. //----------------------------------------------------------------------------
  13. } // namespace