1 2 3 4 5 6
#include <stdarg.h> #include <stdbool.h> #include <stdint.h> #include <stdlib.h> int32_t va_list_test(va_list ap);