win32ports / sys_wait_h

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://github.com/win32ports/sys_wait_h

License:MIT License


Languages

Language:C 89.7%Language:Python 9.1%Language:CMake 1.2%