

#include <nitro/os.h>
int OS_SNPrintf( char *dst, size_t len, const char *fmt, ...
Identical to the STD_TSNPrintf function.
Identical to the STD_TSNPrintf function.
This function has currently been replaced by the STD_TSNPrintf function. This function simply calls the STD_TSNPrintf function internally and returns its results.
This function is compiled with weak symbols. Therefore, you can overwrite them with your own function definitions.
2008/09/06 Revised the description of this function being replaced by a STD library function.
2004/11/25 Added an explanation concerning weak symbols.
2004/06/15 Changed "terminating NUL" to "terminating character '\0'."
2004/03/26 Initial version.
CONFIDENTIAL