Method: RubyToAnsiC#process_nil

Defined in:
lib/ruby_to_ansi_c.rb

#process_nil(exp) ⇒ Object

Nil, currently ruby nil, not C NULL (0).



588
589
590
# File 'lib/ruby_to_ansi_c.rb', line 588

def process_nil(exp)
  return "NULL"
end