home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue6 / SDL.ZIP / !gcc / include / unixlib / sys / h / dir < prev    next >
Encoding:
Text File  |  2006-09-17  |  410 b   |  16 lines

  1. /****************************************************************************
  2.  *
  3.  * $Source: /usr/local/cvsroot/unixlib/source/clib/sys/h/dir,v $
  4.  * $Date: 1997/10/09 19:59:53 $
  5.  * $Revision: 1.2 $
  6.  * $State: Exp $
  7.  * $Author: unixlib $
  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.