Method: Emfrp::TypeDef#memory_counter_name

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

#memory_counter_name(ct) ⇒ Object



219
220
221
# File 'lib/emfrp/compile/c/syntax_codegen.rb', line 219

def memory_counter_name(ct)
  "counter_#{struct_name(ct)}"
end