52 const char *args =
"i:h:t:l:v";
57 while ((c = getopt(argc, argv, args)) != -1) {
69 ze_logLevel = atoi(optarg);
72 (void) fprintf(stderr,
"-> Unknown command line option : %c\n", c);
84 for (i = 0; i < argc; i++) {
87 memset(buf, 0,
sizeof (buf));
91 memset(buf, 0,
sizeof (buf));
int main(int argc, char **argv)
void zeLog_SetOutput(bool, bool)
bool get_hostbyaddr(char *ip, char *name, int len)
#define ZE_MessageInfo(level,...)
int configure(char *, char *, bool)
bool get_hostbyname(char *name, char *ip, int len)