home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue2 / SDL.ARC / !unixlib / source / clib / sys / h / dir < prev    next >
Encoding:
Text File  |  2004-09-05  |  415 b   |  16 lines

  1. /****************************************************************************
  2.  *
  3.  * $Source: /usr/local/cvsroot/gccsdk/unixlib/source/clib/sys/dir.h,v $
  4.  * $Date: 2001/01/29 15:10:19 $
  5.  * $Revision: 1.2 $
  6.  * $State: Exp $
  7.  * $Author: admin $
  8.  *
  9.  ***************************************************************************/
  10.  
  11. #ifndef    __SYS_DIR_H
  12. #define    __SYS_DIR_H    1
  13. #include <dirent.h>
  14. #define    direct    dirent
  15. #endif
  16.