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