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