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