working udp client

This commit is contained in:
Arthur-Coppey
2021-10-18 13:53:21 +02:00
parent 7ad0e7ad56
commit 726481cc8f
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@
#include <string.h>
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
int tcp();