mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
9 lines
217 B
C
9 lines
217 B
C
#include "mruby.h"
|
|
#include <stdio.h>
|
|
|
|
int mrb_cdump_irep(mrb_state *mrb, int n, FILE *f,const char *initname);
|
|
|
|
/* error code */
|
|
#define MRB_CDUMP_OK 0
|
|
#define MRB_CDUMP_GENERAL_FAILURE -1
|