Methods

DL::BasicTypes

Public Class Methods

included(m) click to toggle source
                
# File dl/lib/dl/types.rb, line 30
def included(m)
  m.module_eval{
    typealias "uint", "unsigned int"
    typealias "u_int", "unsigned int"
    typealias "ulong", "unsigned long"
    typealias "u_long", "unsigned long"
  }
end
blog comments powered by Disqus