Blame view

includes/libthrd.h 156 Bytes
c35daaf6   Souheib Khinache   Organisation, cré...
1
2
3
4
5
6
7
8
9
  #ifndef __LIBTHRD_H__
  #define __LIBTHRD_H__
  
  void* reponseConnexion(void* sock);
  
  int lanceThread(void(* fonction) (void *), void* arg, int size);
  
  
  #endif