Sha256: 0d11e93de2f74450d4c194d088f7af42a5d86844670fc65d526d3a3612a60232
Contents?: true
Size: 1003 Bytes
Versions: 18
Compression:
Stored size: 1003 Bytes
Contents
# # Copyright (C) 2008-2010 JRuby project # # All rights reserved. # # This file is part of ruby-ffi. # # This code is free software: you can redistribute it and/or modify it under # the terms of the GNU Lesser General Public License version 3 only, as # published by the Free Software Foundation. # # This code is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License # version 3 for more details. # # You should have received a copy of the GNU Lesser General Public License # version 3 along with this work. If not, see <http://www.gnu.org/licenses/>. require 'ffi/platform' require 'ffi/types' require 'ffi/library' require 'ffi/errno' require 'ffi/memorypointer' require 'ffi/struct' require 'ffi/union' require 'ffi/managedstruct' require 'ffi/callback' require 'ffi/io' require 'ffi/autopointer' require 'ffi/variadic' require 'ffi/enum'
Version data entries
18 entries across 18 versions & 2 rubygems