History | View | Annotate | Download (197 Bytes)
#ifndef CHAT_H_INCLUDED
#define CHAT_H_INCLUDED
/**
* @defgroup chat chat
* @ingroup proj
* @brief Chat module.
*
* @{
*/
int (chat)(void);
* @}
#endif //CHAT_H_INCLUDED