Sha256: 744cbe346743801f8a947d721ad327abbfba58c8ddccbbab24c6f416a4ac05f1

Contents?: true

Size: 402 Bytes

Versions: 51

Compression:

Stored size: 402 Bytes

Contents

/*
 * Copyright (c) 2015 Lars Kanis. All rights reserved.
 *
 * For licensing, see LICENSE.SPECS
 */

#ifndef PIPEHELPER_H
#define PIPEHELPER_H

#ifdef _WIN32
#define FD_TYPE HANDLE
#else
#define FD_TYPE int
#endif

int pipeHelperCreatePipe(FD_TYPE pipefd[2]);
char pipeHelperReadChar(FD_TYPE fd, int timeout);
int pipeHelperWriteChar(FD_TYPE fd, char c);
void pipeHelperClosePipe(FD_TYPE fd);

#endif

Version data entries

51 entries across 49 versions & 8 rubygems

Version Path
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
tdiary-5.0.8 vendor/bundle/gems/tdiary-5.0.7/vendor/bundle/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.5.0/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
ffi-1.9.21-x86-mingw32 spec/ffi/fixtures/PipeHelper.h
ffi-1.9.21-x64-mingw32 spec/ffi/fixtures/PipeHelper.h
ffi-1.9.21 spec/ffi/fixtures/PipeHelper.h
tdiary-5.0.7 vendor/bundle/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
comiditaULL-0.1.1 vendor/bundle/ruby/2.3.0/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
comidita_ull-0.1.1 vendor/bundle/ruby/2.3.0/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
comidita_ull-0.1.0 vendor/bundle/ruby/2.3.0/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
vagrant-unbundled-2.0.1.0 vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
cloudsmith-api-0.21.4 vendor/bundle/ruby/2.3.0/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
tdiary-5.0.6 vendor/bundle/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
vagrant-unbundled-2.0.0.1 vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
vagrant-unbundled-1.9.8.1 vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
vagrant-unbundled-1.9.7.1 vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
tdiary-5.0.5 vendor/bundle/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h
vagrant-unbundled-1.9.5.1 vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/spec/ffi/fixtures/PipeHelper.h