x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations nl_types/catclose.c -o nl_types/catclose -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv nl_types/catclose.c:5:1: error: parameter names (without types) in function declaration [-Wdeclaration-missing-parameter-type] 5 | int (*foo)(nl_catd) = catclose; | ^~~ nl_types/catclose.c:5:23: error: ‘catclose’ undeclared here (not in a function) 5 | int (*foo)(nl_catd) = catclose; | ^~~~~~~~