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