Sha256: 0406f99f2f638c9fe3556c820ad07790f4210084e38b1175f7ba8aa71f547a79
Contents?: true
Size: 582 Bytes
Versions: 6
Compression:
Stored size: 582 Bytes
Contents
# # Copyright (c) 2014 Red Hat Inc. # # This software is licensed to you under the GNU General Public License, # version 2 (GPLv2). There is NO WARRANTY for this software, express or # implied, including the implied warranties of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2 # along with this software; if not, see # http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. # require 'ffi' module OpenSCAP module LibC extend FFI::Library ffi_lib FFI::Library::LIBC attach_function :free, [:pointer], :void end end
Version data entries
6 entries across 6 versions & 1 rubygems