add error when sendto fails

This commit is contained in:
2025-05-25 15:27:08 +02:00
parent 64ac4ba5e0
commit cc3cfa3d03
3 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,5 @@
NAME = ft_ping
CC=cc
CC=clang
FLAGS=-Werror -Wextra -Wall -g -Wno-unused-result -Qunused-arguments
SRCS_DIR = srcs