source: asp3_gr_sakura/trunk/tecsgen/tecs/mruby/mrubyVMs.cdl@ 319

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

プロパティの文字コードにUTF-8を追加、キーワードを削除

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain; charset=UTF-8
File size: 303 bytes
Line 
1import( <posix.cdl> );
2
3/*
4 * tools/mruby/mruby.c から cInit_initializeBridge( mrb ) を呼び出すように変更したもの
5 */
6namespace nMruby{
7 [active]
8 celltype tMrubyProc {
9 entry nPosix::sMain eMain;
10
11 [optional]
12 call sInitializeBridge cInit;
13 var {
14 mrb_state *mrb;
15 };
16 };
17};
Note: See TracBrowser for help on using the repository browser.