Sha256: 82e0a10b79f9109ed722620538e65fcc77519fc3ddfd50c19f302b5da829bdca
Contents?: true
Size: 209 Bytes
Versions: 2
Compression:
Stored size: 209 Bytes
Contents
require 'ffi' module FFI module LibC extend FFI::Library typedef :pointer, :FILE typedef :uint32, :in_addr_t typedef :uint16, :in_port_t # time.h typedef :long, :clock_t end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ffi-libc-0.1.1 | lib/ffi/libc/types.rb |
ffi-libc-0.1.0 | lib/ffi/libc/types.rb |