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