STD_TSPrintf

Syntax

#include <nitro/std.h>

int STD_TSPrintf( char *dst, const char *fmt, ... );

Arguments

dst Storage destination buffer for the output string.
fmt Output format string.
... Variable number of arguments

Return Values

Always returns the number of characters if the format string was output properly. The termination character ( \0 ) is not included in this number.

Description

This function returns the simplified version of the format string.

With the exception of a difference in argument format, this function is equivalent to STD_TVSPrintf().

This function is compiled with weak symbols. Therefore, you can overwrite them with your own function definitions.

See Also

STD_TVSPrintf STD_TSNPrintf STD_TVSNPrintf

Revision History

2007/04/20 Initial version.


CONFIDENTIAL