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