OS_TPrintfEx

Syntax

#include <nitro/os.h>

void OS_TPrintfEx( const char *fmt, ... );

Arguments

fmt Output format string.
... Variable number of arguments

Return Values

None.

Description

Outputs a string. OS_TPrintf() that has extended features provides support for non-standard conversion specifiers. See OS_VSNPrintfEx() for the currently supported conversion specifiers.

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

This function is used for debugging. It will not be included in the final ROM version (FINALROM).

See Also

OS_TPrintf, OS_VSNPrintfEx

Revision History

2006/10/23 Initial version.


CONFIDENTIAL