Clang Project

clang_source_code/test/Modules/Inputs/va_list/va_list_a.h
1int  vprintf(const char * __restrict, va_list);
2