Subversion Repositories Kolibri OS

Rev

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

  1. /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
  2. #include <dir.h>
  3.  
  4. struct __dj_DIR {
  5.   int num_read;
  6.   char *name;
  7.   int flags;
  8.   struct ffblk ff;
  9.   struct dirent de;
  10. };
  11.