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