Echo Client. More...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <libgearman/gearman.h>Go to the source code of this file.
Functions | |
| static void | usage (char *name) |
| int | main (int argc, char *argv[]) |
Echo Client.
Definition in file echo_client.c.
| static void usage | ( | char * | name | ) | [static] |
Definition at line 78 of file echo_client.c.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 23 of file echo_client.c.
1.6.3