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