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