This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "mruby.h" | |
#include "mruby/string.h" | |
#include "mruby/proc.h" | |
#include "mruby/compile.h" | |
#include "mruby/data.h" | |
struct RClass *class; | |
struct RClass *class_int; | |
mrb_value mrb_num_init(mrb_state *mrb, mrb_value str); |