Method: Emfrp::TypeDef#memory_size_name
- Defined in:
- lib/emfrp/compile/c/syntax_codegen.rb
#memory_size_name(ct) ⇒ Object
215 216 217 |
# File 'lib/emfrp/compile/c/syntax_codegen.rb', line 215 def memory_size_name(ct) "size_#{struct_name(ct)}" end |