x86_64-linux-mlibc-gcc -O2 -march=x86-64 -pipe -mtune=generic -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 -lcrypt -lintl -liconv nl_types/catgets.c:5:22: error: expected β€˜)’ before β€˜int’ 5 | char *(*foo)(nl_catd, int, int, const char *) = catgets; | ^~~~ | )