cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations arpa_inet/inet_ntoa.c -o arpa_inet/inet_ntoa -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv arpa_inet/inet_ntoa.c:6:32: error: ‘inet_ntoa’ undeclared here (not in a function); did you mean ‘inet_ntop’? 6 | char *(*foo)(struct in_addr) = inet_ntoa; | ^~~~~~~~~ | inet_ntop