NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
sPrintf Namespace Reference

Description

Wrapper around the runtime's formatted print function.

Functions

vprintfFunc GetVPrintfFunc ()
 Gets the function used to print formatted output.
int vprintf (const char *format, va_list *args)
 Prints formatted output.

Function Documentation

◆ GetVPrintfFunc()

vprintfFunc sPrintf::GetVPrintfFunc ( )

Gets the function used to print formatted output.

Definition at line 5 of file s_printf.cpp.

◆ vprintf()

int sPrintf::vprintf ( const char * format,
va_list * args )

Prints formatted output.

Parameters
formatThe format string.
argsThe arguments for the format string.
Returns
The number of characters printed.

Definition at line 9 of file s_printf.cpp.