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