Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
/* src/include/port/win32_msvc/unistd.h */

/*
 * MSVC does not define these, nor does _fileno(stdin) etc reliably work
 * (returns -1 if stdin/out/err are closed).
 */
#define STDIN_FILENO	0
#define STDOUT_FILENO	1
#define STDERR_FILENO	2