Search | Google it | Results 1 - 2 of 2 for funcall:tm_vsprintf (0.00 seconds) |
308: va_start(ap, format); 309: tm_vsprintf(out_cons, (OutPar*)&len, format, ap); 310: va_end(ap);
33: va_start(ap, format); 34: len = tm_vsprintf(buf, format, ap); 35: va_end(ap);