test undo

This commit is contained in:
Léonie 2022-04-06 15:57:05 +02:00
parent 7a2878e315
commit aba9fd19a5

View file

@ -172,7 +172,6 @@ int mic_tcp_send (int mic_sock, char* mesg, int mesg_size)
* Retourne le nombre doctets lu ou bien -1 en cas derreur
* 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");