Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
1882 clevermous 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 
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 
13
#include 
14
#include 
15
 
16
int _is_remote_drive(int c)
17
{
18
  return 0;
19
}
20