Skip to content

header-only Windows implementation of the <sys/wait.h> header

License

Notifications You must be signed in to change notification settings

infradig/sys_wait_h

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

header-only Windows implementation of the <sys/wait.h> header.

tested on the following compilers:

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

implements the following functions:

  • wait
  • waitpid
  • waitid
  • wait3
  • wait4

currently, doesn't implement process group based wait.

About

header-only Windows implementation of the <sys/wait.h> header

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.7%
  • Python 9.1%
  • CMake 1.2%