cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations wchar/fputwc.c -o wchar/fputwc -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv wchar/fputwc.c:5:34: error: ‘fputwc’ undeclared here (not in a function) 5 | wint_t (*foo)(wchar_t, FILE *) = fputwc; | ^~~~~~