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