source: EcnlProtoTool/trunk/mruby-1.2.0/mrblib/init_mrblib.c@ 270

Last change on this file since 270 was 270, checked in by coas-nagasima, 7 years ago

mruby版ECNLプロトタイピング・ツールを追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-csrc
File size: 158 bytes
Line 
1#include "mruby.h"
2#include "mruby/irep.h"
3
4extern const uint8_t mrblib_irep[];
5
6void
7mrb_init_mrblib(mrb_state *mrb)
8{
9 mrb_load_irep(mrb, mrblib_irep);
10}
11
Note: See TracBrowser for help on using the repository browser.