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