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/dosio.h>
  3. #include <libc/farptrgs.h>
  4. #include <stdlib.h>
  5. #include <string.h>
  6. #include <errno.h>
  7. #include <assert.h>
  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. }
  20.