RetroArch
Functions
debug.h File Reference
#include <stddef.h>
#include <wiiu/types.h>
Include dependency graph for debug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void OSConsoleWrite (const char *msg, int size)
 
void OSReport (const char *fmt,...)
 
void OSPanic (const char *file, int line, const char *fmt,...)
 
void OSFatal (const char *msg)
 
int __os_snprintf (char *buf, int n, const char *format,...)
 

Function Documentation

◆ __os_snprintf()

int __os_snprintf ( char *  buf,
int  n,
const char *  format,
  ... 
)

◆ OSConsoleWrite()

void OSConsoleWrite ( const char *  msg,
int  size 
)

◆ OSFatal()

void OSFatal ( const char *  msg)
Here is the caller graph for this function:

◆ OSPanic()

void OSPanic ( const char *  file,
int  line,
const char *  fmt,
  ... 
)

◆ OSReport()

void OSReport ( const char *  fmt,
  ... 
)