Flowdock
module
Importance_1
v2_1_10 - Show latest stable - 0 notes

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]]
Show files where this module is defined (1 file)
Register or log in to add new notes.