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