pipe method

int pipe(
  1. Pointer<Int> arg0
)

Implementation

int pipe(ffi.Pointer<ffi.Int> arg0) {
  return _pipe(arg0);
}