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