Sha256: 195f985f86ed14de5d0a0472df0de031eed7a922b19387c740e880aa23529014
Contents?: true
Size: 217 Bytes
Versions: 143
Compression:
Stored size: 217 Bytes
Contents
# encoding: utf-8 module LibC require "ffi" extend FFI::Library ffi_lib 'c' # Ok so the 2nd arg isn't really a string... but whatever attach_function :prctl, [:int, :string, :long, :long, :long], :int end
Version data entries
143 entries across 143 versions & 7 rubygems