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