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