- or download this
Cap5.xs: In function ‘printf_handler’:
Cap5.xs:1013: warning: passing argument 4 of ‘Perl_sv_vsetpvf’ from
incompatible pointer type
- or download this
static
int printf_handler(const char *format, va_list args)
...
printf_str = NEWSV(0, strlen(format) + 32);
sv_vsetpvf(printf_str, format, &args);
- or download this
PERL_CALLCONV void Perl_sv_vsetpvf(pTHX_ SV* sv, const char* pat,
va_list* args);
- or download this
typedef struct
unsigned int gp_offset;
...
void *overflow_arg_area;
void *reg_save_area;
} va_list[1];