cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations wctype/iswxdigit_l.c -o wctype/iswxdigit_l -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv wctype/iswxdigit_l.c:5:32: error: ‘iswxdigit_l’ undeclared here (not in a function); did you mean ‘iswxdigit’? 5 | int (*foo)(wint_t, locale_t) = iswxdigit_l; | ^~~~~~~~~~~ | iswxdigit