dir.h 739 B

1234567891011121314151617181920212223242526
  1. /*
  2. * dir.h
  3. *
  4. * This file OBSOLESCENT and only provided for backward compatibility.
  5. * Please use io.h instead.
  6. *
  7. * This file is part of the Mingw32 package.
  8. *
  9. * Contributors:
  10. * Created by Colin Peters <[email protected]>
  11. * Mumit Khan <[email protected]>
  12. *
  13. * THIS SOFTWARE IS NOT COPYRIGHTED
  14. *
  15. * This source code is offered for use in the public domain. You may
  16. * use, modify or distribute it freely.
  17. *
  18. * This code is distributed in the hope that it will be useful but
  19. * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
  20. * DISCLAIMED. This includes but is not limited to warranties of
  21. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  22. *
  23. */
  24. #include <io.h>