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