|
NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
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. | |
| vprintfFunc sPrintf::GetVPrintfFunc | ( | ) |
Gets the function used to print formatted output.
Definition at line 5 of file s_printf.cpp.
| int sPrintf::vprintf | ( | const char * | format, |
| va_list * | args ) |
Prints formatted output.
| format | The format string. |
| args | The arguments for the format string. |
Definition at line 9 of file s_printf.cpp.