cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations libintl/dcngettext_l.c -o libintl/dcngettext_l -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -lcrypt -latomic libintl/dcngettext_l.c:5:92: error: 'dcngettext_l' undeclared here (not in a function); did you mean 'dcngettext'? 5 | char *(*foo)(const char *, const char *, const char *, unsigned long int, int, locale_t) = dcngettext_l; | ^~~~~~~~~~~~ | dcngettext