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