TinyGL 0.4.1 for MinGW
Macros | Functions
msghandling.c File Reference
#include <stdarg.h>
#include <stdio.h>

Go to the source code of this file.

Macros

#define NDEBUG
 
#define NO_DEBUG_OUTPUT
 

Functions

void tgl_warning (const char *format,...)
 
void tgl_trace (const char *format,...)
 
void tgl_fixme (const char *format,...)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 4 of file msghandling.c.

◆ NO_DEBUG_OUTPUT

#define NO_DEBUG_OUTPUT

Definition at line 7 of file msghandling.c.

Function Documentation

◆ tgl_fixme()

void tgl_fixme ( const char *  format,
  ... 
)

Definition at line 43 of file msghandling.c.

◆ tgl_trace()

void tgl_trace ( const char *  format,
  ... 
)

Definition at line 28 of file msghandling.c.

◆ tgl_warning()

void tgl_warning ( const char *  format,
  ... 
)

Definition at line 15 of file msghandling.c.