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