|
Groonga 3.0.9 Source Code Document
|
#include <limits.h>#include <stdlib.h>#include <string.h>#include "mruby/dump.h"#include "mruby/irep.h"#include "mruby/proc.h"#include "mruby/debug.h"
Go to the source code of this file.
Macros | |
| #define | SIZE_ERROR_MUL(x, y) (0) |
| #define | SIZE_ERROR(x) (0) |
Functions | |
| int32_t | mrb_read_irep (mrb_state *mrb, const uint8_t *bin) |
| mrb_value | mrb_load_irep (mrb_state *mrb, const uint8_t *bin) |
1.8.1.2