win32ports / dirent_h

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

Home Page:https://github.com/win32ports/dirent_h

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://github.com/win32ports/dirent_h

License:MIT License


Languages

Language:C 90.3%Language:Python 8.3%Language:CMake 1.4%