Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 477 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 477 Bytes

Build status

header-only Windows implementation of the <dirent.h> header.

tested on the following compilers:

  • Visual Studio
  • Clang for Windows (clang-cl)
  • GCC (MinGW)

implements the following functions:

  • opendir
  • _wopendir
  • fdopendir
  • closedir
  • readdir
  • readdir_r
  • rewinddir
  • telldir
  • seekdir
  • dirfd
  • scandir
  • alphasort
  • versionsort