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