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