Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. #include <libc/stubs.h>
  3. #include <sys/exceptn.h>
  4. #include <errno.h>
  5. #include <fcntl.h>
  6. #include <io.h>
  7.  
  8. #include <libc/dosio.h>
  9. #include <assert.h>
  10.  
  11. void (*__setmode_stdio_hook)(int fd, int mode); /* BSS to zero */
  12.  
  13. int setmode(int handle, int mode)
  14. {
  15.  return 0;
  16. }
  17.