/* * Copyright 2008, Axel Dörfler, axeld@pinc-software.de. * Distributed under the terms of the MIT License. */ #include #include #include #include #include static struct option const kLongOptions[] = { {"periodic", no_argument, 0, 'p'}, {"rate", required_argument, 0, 'r'}, {"help", no_argument, 0, 'h'}, {NULL} }; extern const char *__progname; static const char *kProgramName = __progname; void usage(int status) { fprintf(stderr, "usage: %s [-p] [-r