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