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