Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Enumerations | Functions
groonga_suggest_create_dataset.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <groonga.h>
#include <str.h>
Include dependency graph for groonga_suggest_create_dataset.c:

Go to the source code of this file.

Macros

#define OUTPUT(...)   fprintf(output, __VA_ARGS__)
#define SEND(string)   send_command(ctx, &text, string, dataset_name)

Enumerations

enum  ModeFlags { MODE_NONE, MODE_USAGE }

Functions

int main (int argc, char **argv)

Macro Definition Documentation

#define OUTPUT (   ...)    fprintf(output, __VA_ARGS__)
#define SEND (   string)    send_command(ctx, &text, string, dataset_name)

Enumeration Type Documentation

enum ModeFlags
Enumerator:
MODE_NONE 
MODE_USAGE 

Definition at line 26 of file groonga_suggest_create_dataset.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 97 of file groonga_suggest_create_dataset.c.

Here is the call graph for this function: