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