#include <nitro/std.h>
int STD_TSPrintf( char *dst, const char *fmt, ... );
dst | Storage destination buffer for the output string. |
fmt | Output format string. |
... | Variable number of arguments. |
Returns the number of output characters. The termination character (\0
) is not included in this number.
This function simplifies the format string.
With the exception of a difference in argument format, this function is equivalent to the STD_TVSPrintf
function.
This function is compiled with weak symbols. Therefore, you can overwrite them with your own function definitions.
However, this function may be used by TWL-SDK functions, high-level libraries, middleware, and other sources, so be careful not to change its behavior when you overwrite it.
STD_TVSPrintf
STD_TSNPrintf
STD_TVSNPrintf
2009/03/27 Added a note related to user-defined functions.
2007/04/20 Initial version.
CONFIDENTIAL