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