heheda123123 / unistd_h

Windows implementation of the <unistd.h> header with fork

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Windows implementation of the <unistd.h> header with fork

https://github.com/win32ports/unistd_h

License:MIT License


Languages

Language:C 84.9%Language:Python 11.3%Language:Lua 2.3%Language:CMake 1.5%