x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations math/jn.c -o math/jn -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv math/jn.c:11:30: error: ‘jn’ undeclared here (not in a function) 11 | double (*foo)(int, double) = jn; | ^~