Method: Emfrp::TypeDef#memory_name

Defined in:
lib/emfrp/compile/c/syntax_codegen.rb

#memory_name(ct) ⇒ Object



211
212
213
# File 'lib/emfrp/compile/c/syntax_codegen.rb', line 211

def memory_name(ct)
  "memory_#{struct_name(ct)}"
end