A messenger application for Raspberry Pi Zerofor A.U.TH (Real time Embedded systems).
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

17 行
306 B

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