Module: Fiddle::BasicTypes
Relationships & Source Files | |
Defined in: | ext/fiddle/lib/fiddle/types.rb |
Overview
Adds basic type aliases to the including class for use with Importer.
The aliases added are uint
and u_int
(unsigned int
) and ulong
and u_long
(unsigned long
)