Sha256: f38b52a24f14900108a95c01c7e0cc27d6d7e703b8790ea8dccab35cfa5b517c
Contents?: true
Size: 219 Bytes
Versions: 30
Compression:
Stored size: 219 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 whaatever attach_function :prctl, [:int, :string, :long, :long, :long], :int end
Version data entries
30 entries across 30 versions & 2 rubygems