Example 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[]) |
Example Client.
Definition in file reverse_client.c.
static void usage | ( | char * | name | ) | [static] |
Definition at line 116 of file reverse_client.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 23 of file reverse_client.c.