Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. /*
  2.  * Copyright (C) KolibriOS team 2024. All rights reserved.
  3.  * Distributed under terms of the GNU General Public License
  4. */
  5.  
  6. #include <dirent.h>
  7.  
  8. long
  9. _DEFUN(telldir, (dirp),
  10.        DIR *dirp)
  11. {
  12.     return dirp->pos;
  13. }
  14.