From aba9fd19a58e40349993b10935b9455fa58b0503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9onie?= Date: Wed, 6 Apr 2022 15:57:05 +0200 Subject: [PATCH] test undo --- src/mictcp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mictcp.c b/src/mictcp.c index 9740e24..8ac36f2 100644 --- a/src/mictcp.c +++ b/src/mictcp.c @@ -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");