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