A messenger application for Raspberry Pi Zerofor A.U.TH (Real time Embedded systems).
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
12345678910111213141516 |
- /*!
- * \file client.h
- *
- * \author Christos Choutouridis AEM:8997 <cchoutou@ece.auth.gr>
- */
-
- #ifndef __client_h__
- #define __client_h__
-
- #include "core.h"
- #include "msg_impl.h"
-
- void* pthSeeker (void* ptr);
- void* pthClient (void* ptr);
-
- #endif /* __client_h__ */
|