Groonga 3.0.9 Source Code Document
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
groonga
vendor
mruby-eeac4be
mrblib
init_mrblib.c
Go to the documentation of this file.
1
#include "
mruby.h
"
2
#include "
mruby/irep.h
"
3
#include "
mruby/dump.h
"
4
#include "
mruby/string.h
"
5
#include "
mruby/proc.h
"
6
7
extern
const
uint8_t
mrblib_irep
[];
8
9
void
10
mrb_init_mrblib
(
mrb_state
*mrb)
11
{
12
mrb_load_irep
(mrb,
mrblib_irep
);
13
}
14
Generated on Sun Nov 10 2013 09:49:05 for Groonga 3.0.9 Source Code Document by
1.8.1.2