Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active January 31, 2017 02:59
Show Gist options
  • Save kjunichi/956c40cb63938d1e1a40c731e7ccbbf8 to your computer and use it in GitHub Desktop.
Save kjunichi/956c40cb63938d1e1a40c731e7ccbbf8 to your computer and use it in GitHub Desktop.

Code

immutable MrbStruct
  A_1::Cchar
  A_2::Cchar
  A_3::Cchar
  A_4::Cchar
  A_5::Cchar
  A_6::Cchar
  A_7::Cchar
  A_8::Cchar
  A_9::Cchar
  A_10::Cchar
  A_11::Cchar
  A_12::Cchar
  A_13::Cchar
  A_14::Cchar
  A_15::Cchar
  A_16::Cchar
end

t = ccall( (:mrb_open, "mruby"), Ptr{UInt8}, ())
r = ccall( (:mrb_load_string, "mruby"), MrbStruct, (Ptr{UInt8},Cstring),t,"puts 'Hello,World!'")

参考資料

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment