cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations complex/cacoshl.c -o complex/cacoshl -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv complex/cacoshl.c:5:51: error: ‘cacoshl’ undeclared here (not in a function); did you mean ‘cacoshf’? 5 | long double complex (*foo)(long double complex) = cacoshl; | ^~~~~~~ | cacoshf