1 /*
2  * apiprint.h
3  */
4 
5 #ifndef APIPRINT_H_
6 #define APIPRINT_H_
7 
8 #include <mruby.h>
9 #include "mrdb.h"
10 
11 mrb_value mrb_debug_eval(mrb_state*, mrb_debug_context*, const char*, size_t, mrb_bool*, int);
12 
13 #endif /* APIPRINT_H_ */
14