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
#include 
3
#include 
4
#include 
5
#include 
6
#include 
7
#include 
8
 
9
void
10
_put_path(const char *path)
11
{
12
  _put_path2(path, 0);
13
}
14
 
15
void
16
_put_path2(const char *path, int offset)
17
{
18
 unimpl();
19
}