Format: AllC/C++CSSTextshell script Advanced Search
63: */ 64: LOCAL void tm_vsprintf( OutFn ostr, OutPar *par, const UB *fmt, va_list ap ) 65: {
345: 346: int tm_vsprintf(char *str, const char *format, va_list ap) 347: {