mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby/internal.h: move functions from internal.h; #5725
To compile `iij/mruby-require` gem.
This commit is contained in:
@@ -24,6 +24,8 @@ MRB_BEGIN_DECL
|
||||
#ifndef MRB_NO_STDIO
|
||||
MRB_API mrb_value mrb_load_irep_file(mrb_state*,FILE*);
|
||||
MRB_API mrb_value mrb_load_irep_file_cxt(mrb_state*, FILE*, mrbc_context*);
|
||||
mrb_irep *mrb_read_irep_file(mrb_state*, FILE*);
|
||||
int mrb_dump_irep_binary(mrb_state*, const mrb_irep*, uint8_t, FILE*);
|
||||
#endif
|
||||
/* avoid mrb_read_irep(); use mrb_read_irep_buf() instead (may cause buffer overflow) */
|
||||
MRB_API mrb_irep *mrb_read_irep(mrb_state*, const uint8_t*);
|
||||
|
||||
Reference in New Issue
Block a user