Skip to content

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

License

Notifications You must be signed in to change notification settings

infradig/unistd_h

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

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

tested on the following compilers:

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

implements the following functions:

  • access
  • chdir
  • close
  • dup
  • dup2
  • execl
  • execle
  • execlp
  • execp
  • execpe
  • execpp
  • rmdir
  • unlink

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 81.8%
  • Python 16.1%
  • CMake 2.1%