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