method

create_temp_function

v1_9_3_392 - Show latest stable - Class: DL::Importer
create_temp_function(name, ctype, argtype, call_type = nil)
public

No documentation available.

# File ext/dl/lib/dl/import.rb, line 248
    def create_temp_function(name, ctype, argtype, call_type = nil)
      TempFunction.new(CFunc.new(0, ctype, name, call_type || :cdecl), argtype)
    end