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