10 # define vsprintf vsiprintf
16 unsigned int pad0
[ 3 ];
18 unsigned int pad1
[ 3 ];
25 vsprintf (char *__restrict str
,
26 const char *__restrict fmt
,
31 CHECK_STR_INIT(_REENT
);
34 args
.fmt
= (char*) fmt
;
37 return __send_to_ppe(SPE_C99_SIGNALCODE
, SPE_C99_VSPRINTF
, &args
);
40 #endif /* ! _REENT_ONLY */