#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <libdrizzle/drizzle_server.h>
Go to the source code of this file.
Macro Definition Documentation
| #define DRIZZLE_FIELD_MAX 32 |
| #define DRIZZLE_RESULT_ROWS 20 |
| #define DRIZZLE_RETURN_CHECK |
( |
|
__ret, |
|
|
|
__function, |
|
|
|
__drizzle |
|
) |
| |
Value:{ \
DRIZZLE_RETURN_ERROR(__function, __drizzle) \
}
Definition at line 21 of file server.c.
| #define DRIZZLE_RETURN_ERROR |
( |
|
__function, |
|
|
|
__drizzle |
|
) |
| |
Function Documentation
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |