Method: RCSimCinterface.rcsim_get_type_signed
- Defined in:
- ext/hruby_sim/hruby_rcsim_build.c
.rcsim_get_type_signed ⇒ Object
Get the signed type.
180 181 182 183 184 |
# File 'ext/hruby_sim/hruby_rcsim_build.c', line 180 VALUE rcsim_get_type_signed(VALUE mod) { VALUE res; rcsim_to_value(TypeS,get_type_signed(),res); return res; } |