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