#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <groonga.h>
#include <str.h>
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) |
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
Function Documentation
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |