Format: AllC/C++CSSTextshell script Advanced Search
333: 334: EXPORT INT tm_sprintf( UB *str, const UB *format, ... ) 335: {
356: 357: int tm_sprintf(char *str, const char *format, ...) 358: {