RetroArch
debug.h
Go to the documentation of this file.
1 #pragma once
2 #include <stddef.h>
3 #include <wiiu/types.h>
4 
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8 
9 void OSConsoleWrite(const char *msg, int size);
10 void OSReport(const char *fmt, ...);
11 void OSPanic(const char *file, int line, const char *fmt, ...);
12 void OSFatal(const char *msg);
13 
14 int __os_snprintf(char *buf, int n, const char *format, ... );
15 
16 #ifdef __cplusplus
17 }
18 #endif
GLenum GLuint GLenum GLsizei const GLchar * buf
Definition: glext.h:8418
GLsizeiptr size
Definition: glext.h:6559
void OSReport(const char *fmt,...)
void OSPanic(const char *file, int line, const char *fmt,...)
int __os_snprintf(char *buf, int n, const char *format,...)
void OSConsoleWrite(const char *msg, int size)
static const unsigned char msg[]
Definition: ccm.c:375
GLint GLint GLsizei GLsizei GLsizei GLint GLenum format
Definition: glext.h:6293
Definition: civetweb.c:1024
GLdouble n
Definition: glext.h:8396
void OSFatal(const char *msg)