Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mruby_mbed_web mirb_mbed
mrbgems/mruby-range-ext/gem_init.c
- Committer:
- mzta
- Date:
- 2015-03-25
- Revision:
- 0:158c61bb030f
File content as of revision 0:158c61bb030f:
/* * This file is loading the irep * Ruby GEM code. * * IMPORTANT: * This file was generated! * All manual changes will get lost. */ #include "mruby.h" void mrb_mruby_range_ext_gem_init(mrb_state *mrb); void mrb_mruby_range_ext_gem_final(mrb_state *mrb); void GENERATED_TMP_mrb_mruby_range_ext_gem_init(mrb_state *mrb) { int ai = mrb_gc_arena_save(mrb); mrb_mruby_range_ext_gem_init(mrb); mrb_gc_arena_restore(mrb, ai); } void GENERATED_TMP_mrb_mruby_range_ext_gem_final(mrb_state *mrb) { mrb_mruby_range_ext_gem_final(mrb); }