A messenger application for Raspberry Pi Zerofor A.U.TH (Real time Embedded systems).
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

17 行
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__ */