#include "config.h"#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <libdrizzle/drizzle_client.h>Go to the source code of this file.
Defines | |
| #define | BUFFER_CHUNK 8192 |
Functions | |
| int | main (int argc, char *argv[]) |
| #define BUFFER_CHUNK 8192 |
Definition at line 21 of file pipe_query.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 23 of file pipe_query.c.
1.7.6.1