home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / unix / unixlib_1 / !UnixLib37_src_clib_sys_h_dir < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-09  |  503 b   |  20 lines

  1. /****************************************************************************
  2.  *
  3.  * $Source: /unixb/home/unixlib/source/unixlib37/src/clib/sys/h/RCS/dir,v $
  4.  * $Date: 1996/04/19 21:23:56 $
  5.  * $Revision: 1.1 $
  6.  * $State: Rel $
  7.  * $Author: simon $
  8.  *
  9.  * $Log: dir,v $
  10.  * Revision 1.1  1996/04/19 21:23:56  simon
  11.  * Initial revision
  12.  *
  13.  ***************************************************************************/
  14.  
  15. #ifndef    __SYS_DIR_H
  16. #define    __SYS_DIR_H    1
  17. #include <dirent.h>
  18. #define    direct    dirent
  19. #endif
  20.