TSPrintf

nn::nstd::TSPrintf Function

Syntax

s32 TSPrintf(
     char * dst,
     const char * fmt,
     ...
);

s32 TSPrintf(
     wchar_t * dst,
     const wchar_t * fmt,
     ...
);

List of Overloaded Member Functions

TSPrintf ( char *, const char *, ... ) Outputs a string. Memory-conserving version of sprintf.
TSPrintf ( wchar_t *, const wchar_t *, ... ) Outputs a string. Memory-conserving version of sprintf.

Description of TSPrintf ( char *, const char *, ... )

Outputs a string. Memory-conserving version of sprintf.

Description of TSPrintf ( wchar_t *, const wchar_t *, ... )

This is the wchar_t version.


CONFIDENTIAL