A messenger application for Raspberry Pi Zerofor A.U.TH (Real time Embedded systems).
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

17 satır
252 B

  1. /*!
  2. * \file client.h
  3. *
  4. * \author Christos Choutouridis AEM:8997 <cchoutou@ece.auth.gr>
  5. */
  6. #ifndef __client_h__
  7. #define __client_h__
  8. #include "core.h"
  9. #include "msg_impl.h"
  10. void* pthClient (void* ptr);
  11. #endif /* __client_h__ */