Sha256: 3e0c060d626675168feb421cf510e41a6883348a960dfa0d14d27a8f450ea951

Contents?: true

Size: 167 Bytes

Versions: 4

Compression:

Stored size: 167 Bytes

Contents

require 'ffi'

module FFI
  module LibC
    extend FFI::Library

    typedef :pointer, :FILE
    typedef :uint32, :in_addr_t
    typedef :uint16, :in_port_t
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ffi-libc-0.0.5 lib/ffi/libc/types.rb
ffi-libc-0.0.4 lib/ffi/libc/types.rb
ffi-libc-0.0.3 lib/ffi/libc/types.rb
ffi-libc-0.0.2 lib/ffi/libc/types.rb