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