cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sys_time/utimes.c -o sys_time/utimes -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv sys_time/utimes.c:11:54: error: ‘utimes’ undeclared here (not in a function) 11 | int (*foo)(const char *, const struct timeval [2]) = utimes; | ^~~~~~