Format: AllC/C++CSSTextshell script Advanced Search
330: va_start(ap, format); 331: len = tm_vprintf(format, ap); 332: va_end(ap);