Skip to content

win32ports/dirent_h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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