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