|
Groonga 3.0.9 Source Code Document
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <mruby.h>#include <mruby/proc.h>#include <mruby/data.h>#include <mruby/compile.h>#include <mruby/variable.h>
Go to the source code of this file.
Functions | |
| void | mrb_init_mrbtest (mrb_state *) |
| mrb_value | mrb_t_printstr (mrb_state *mrb, mrb_value self) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void mrb_init_mrbtest | ( | mrb_state * | ) |
Definition at line 13 of file init_mrbtest.c.


1.8.1.2