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