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