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