Method: Ikra::Types::LocationAwareArrayType#to_c_type

Defined in:
lib/types/types/array_type.rb

#to_c_typeObject



68
69
70
# File 'lib/types/types/array_type.rb', line 68

def to_c_type
    return "variable_size_array_t"
end