x86_64-managarm-gcc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations nl_types/catgets.c -o nl_types/catgets -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv nl_types/catgets.c:5:22: error: expected β€˜)’ before β€˜int’ 5 | char *(*foo)(nl_catd, int, int, const char *) = catgets; | ^~~~ | )