#ifndef CLIENT_H #define CLIENT_H int connexionServeur(char *hote,char *service); int boucle(int s); #endif