Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
driver.c File Reference
#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>
Include dependency graph for driver.c:

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)

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 90 of file driver.c.

Here is the call graph for this function:

void mrb_init_mrbtest ( mrb_state )

Definition at line 13 of file init_mrbtest.c.

Here is the call graph for this function:

Here is the caller graph for this function:

mrb_value mrb_t_printstr ( mrb_state mrb,
mrb_value  self 
)

Definition at line 79 of file driver.c.

Here is the call graph for this function:

Here is the caller graph for this function: