test undo
This commit is contained in:
parent
7a2878e315
commit
aba9fd19a5
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@ int mic_tcp_send (int mic_sock, char* mesg, int mesg_size)
|
|||
* Retourne le nombre d’octets lu ou bien -1 en cas d’erreur
|
||||
* NB : cette fonction fait appel à la fonction app_buffer_get()
|
||||
*/
|
||||
//test commentaire
|
||||
int mic_tcp_recv (int socket, char* mesg, int max_mesg_size)
|
||||
{
|
||||
printf("[MIC-TCP] Appel de la fonction: "); printf(__FUNCTION__); printf("\n");
|
||||
|
|
Loading…
Reference in a new issue