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