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