cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations wchar/vswscanf.c -o wchar/vswscanf -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lcrypt -latomic wchar/vswscanf.c:5:62: error: unknown type name ‘va_list’ 5 | int (*foo)(const wchar_t *restrict, const wchar_t *restrict, va_list) = vswscanf; | ^~~~~~~ wchar/vswscanf.c:2:1: note: ‘va_list’ is defined in header ‘’; did you forget to ‘#include ’? 1 | #include +++ |+#include 2 | #ifdef vswscanf