Module: RockboxFFI::Lib

Extended by:
Fiddle::Importer
Defined in:
lib/rockbox_ffi/ffi.rb

Overview

Thin Fiddle wrappers over the C ABI. Every function is a module method (e.g. Lib.rb_dsp_new). Opaque handles and char*/int16* returns come back as Fiddle::Pointer; scalars come back as Integer/Float.