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