cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations time/timer_getoverrun.c -o time/timer_getoverrun -D_POSIX_C_SOURCE=202405L -lm -lpthread -liconv time/timer_getoverrun.c:5:12: error: a parameter list without types is only allowed in a function definition 5 | int (*foo)(timer_t) = timer_getoverrun; | ^ time/timer_getoverrun.c:5:23: error: use of undeclared identifier 'timer_getoverrun' 5 | int (*foo)(timer_t) = timer_getoverrun; | ^ 2 errors generated.