Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
m_Do_printf.h File Reference

Go to the source code of this file.

Functions

void my_PutString (const char *)
 
void mDoPrintf_vprintf_Interrupt (char const *, va_list)
 
void mDoPrintf_vprintf_Thread (char const *, va_list)
 
void mDoPrintf_vprintf (const char *, va_list)
 
void mDoPrintf_VReport (const char *, va_list)
 

Function Documentation

◆ mDoPrintf_vprintf()

void mDoPrintf_vprintf ( const char fmt,
va_list  args 
)

◆ mDoPrintf_vprintf_Interrupt()

void mDoPrintf_vprintf_Interrupt ( char const fmt,
va_list  args 
)

◆ mDoPrintf_vprintf_Thread()

void mDoPrintf_vprintf_Thread ( char const fmt,
va_list  args 
)

◆ mDoPrintf_VReport()

void mDoPrintf_VReport ( const char fmt,
va_list  args 
)

◆ my_PutString()

void my_PutString ( const char string)