libthrd.h 156 Bytes
#ifndef __LIBTHRD_H__
#define __LIBTHRD_H__

void* reponseConnexion(void* sock);

int lanceThread(void(* fonction) (void *), void* arg, int size);


#endif