#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "network.h"
#include "serial.h"
Macros | |
#define | _GCC4_ |
Fonctions | |
static void | usage (const char *progname) |
int | main (int argc, char *argv[]) |
Variables | |
int | optind |
static int | verbose = 0 |
|
Copyright (c) 2003 Matthieu Herrb
|
|
|
|
|
|
|
|
|