Sha256: c6dad5f5269a87d3435b5525466eadae5881431fab0eb4749e433f46bd786fb2

Contents?: true

Size: 203 Bytes

Versions: 1

Compression:

Stored size: 203 Bytes

Contents

require 'zlib'
require 'ffi'

module Zlib
  extend FFI::Library
  attach_function :crc32_combine, [:ulong, :ulong, :ulong], :ulong
  attach_function :adler32_combine, [:ulong, :ulong, :ulong], :ulong
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zlib-crc32_combine-1.0.0 lib/zlib-crc32_combine.rb