#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "network.h"
Fonctions | |
GPS_SEND_STR * | setupToSocket (const char *hostname) |
|
Copyright (c) 2003 LAAS/CNRS Matthieu Herrb - Thu Apr 17 2003
|