项目作者: win32ports

项目描述 :
header-only Windows implementation of the header
高级语言: C
项目地址: git://github.com/win32ports/unistd_h.git
创建时间: 2019-05-12T06:14:46Z
项目社区:https://github.com/win32ports/unistd_h

开源协议:MIT License

下载


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