module
Fiddle::CParser
v2_2_9 -
Show latest stable
A mixin that provides methods for parsing C struct and prototype signatures.
Example
require 'fiddle/import' include Fiddle::CParser #=> Object parse_ctype('int increment(int)') #=> ["increment", Fiddle::TYPE_INT, [Fiddle::TYPE_INT]]
Files
- ext/fiddle/lib/fiddle/cparser.rb