Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. /*
  3.  * This is file REMOTDRV.C
  4.  *
  5.  * Copyright (c) 1994, 1995 Eli Zaretskii <eliz@is.elta.co.il>
  6.  *
  7.  * This software may be used freely so long as this copyright notice is
  8.  * left intact.  There is no warranty on this software.
  9.  *
  10.  */
  11.  
  12. #include <errno.h>
  13. #include <dos.h>
  14. #include <libc/dosio.h>
  15.  
  16. int _is_remote_drive(int c)
  17. {
  18.   return 0;
  19. }
  20.  
  21.