ReactOS 0.4.15-dev-7961-gdcf9eb0
debug.h File Reference
#include "config.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.

Macros

#define DBGPRFX   ""
 
#define mdebug(s, ...)
 
#define debug(s)
 
#define debug1(s, a)
 
#define debug2(s, a, b)
 
#define debug3(s, a, b, c)
 
#define debug4(s, a, b, c, d)
 
#define debug5(s, a, b, c, d, e)
 
#define debug6(s, a, b, c, d, e, f)
 
#define debug7(s, a, b, c, d, e, f, g)
 
#define debug8(s, a, b, c, d, e, f, g, h)
 
#define debug9(s, a, b, c, d, e, f, g, h, i)
 
#define debug10(s, a, b, c, d, e, f, g, h, i, j)
 
#define debug11(s, a, b, c, d, e, f, g, h, i, j, k)
 
#define debug12(s, a, b, c, d, e, f, g, h, i, j, k, l)
 
#define debug13(s, a, b, c, d, e, f, g, h, i, j, k, l, m)
 
#define debug14(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n)
 
#define debug15(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)
 
#define mwarning(s, ...)   fprintf(stderr, DBGPRFX "[" __FILE__ ":%i] warning: " s "\n", __LINE__, __VA_ARGS__)
 
#define warning(s)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__)
 
#define warning1(s, a)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a)
 
#define warning2(s, a, b)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b)
 
#define warning3(s, a, b, c)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c)
 
#define warning4(s, a, b, c, d)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d)
 
#define warning5(s, a, b, c, d, e)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e)
 
#define warning6(s, a, b, c, d, e, f)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f)
 
#define warning7(s, a, b, c, d, e, f, g)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g)
 
#define warning8(s, a, b, c, d, e, f, g, h)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h)
 
#define warning9(s, a, b, c, d, e, f, g, h, i)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i)
 
#define warning10(s, a, b, c, d, e, f, g, h, i, j)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j)
 
#define warning11(s, a, b, c, d, e, f, g, h, i, j, k)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k)
 
#define warning12(s, a, b, c, d, e, f, g, h, i, j, k, l)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l)
 
#define warning13(s, a, b, c, d, e, f, g, h, i, j, k, l, m)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m)
 
#define warning14(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m, n)
 
#define warning15(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)
 
#define merror(s, ...)   fprintf(stderr, DBGPRFX "[" __FILE__ ":%i] error: " s "\n", __LINE__, __VA_ARGS__)
 
#define error(s)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__)
 
#define error1(s, a)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a)
 
#define error2(s, a, b)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b)
 
#define error3(s, a, b, c)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c)
 
#define error4(s, a, b, c, d)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d)
 
#define error5(s, a, b, c, d, e)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e)
 
#define error6(s, a, b, c, d, e, f)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f)
 
#define error7(s, a, b, c, d, e, f, g)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g)
 
#define error8(s, a, b, c, d, e, f, g, h)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h)
 
#define error9(s, a, b, c, d, e, f, g, h, i)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i)
 
#define error10(s, a, b, c, d, e, f, g, h, i, j)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j)
 
#define error11(s, a, b, c, d, e, f, g, h, i, j, k)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k)
 
#define error12(s, a, b, c, d, e, f, g, h, i, j, k, l)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l)
 
#define error13(s, a, b, c, d, e, f, g, h, i, j, k, l, m)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m)
 
#define error14(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m, n)
 
#define error15(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)   fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)
 
#define mereturn(rv, s, ...)   do{ fprintf(stderr, DBGPRFX "[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, __VA_ARGS__); return rv; }while(0)
 
#define ereturn(rv, s)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__); return rv; }while(0)
 
#define ereturn1(rv, s, a)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a); return rv; }while(0)
 
#define ereturn2(rv, s, a, b)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b); return rv; }while(0)
 
#define ereturn3(rv, s, a, b, c)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c); return rv; }while(0)
 
#define ereturn4(rv, s, a, b, c, d)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d); return rv; }while(0)
 
#define ereturn5(rv, s, a, b, c, d, e)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e); return rv; }while(0)
 
#define ereturn6(rv, s, a, b, c, d, e, f)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f); return rv; }while(0)
 
#define ereturn7(rv, s, a, b, c, d, e, f, g)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g); return rv; }while(0)
 
#define ereturn8(rv, s, a, b, c, d, e, f, g, h)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h); return rv; }while(0)
 
#define ereturn9(rv, s, a, b, c, d, e, f, g, h, i)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i); return rv; }while(0)
 
#define ereturn10(rv, s, a, b, c, d, e, f, g, h, i, j)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j); return rv; }while(0)
 
#define ereturn11(rv, s, a, b, c, d, e, f, g, h, i, j, k)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k); return rv; }while(0)
 
#define ereturn12(rv, s, a, b, c, d, e, f, g, h, i, j, k, l)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l); return rv; }while(0)
 
#define ereturn13(rv, s, a, b, c, d, e, f, g, h, i, j, k, l, m)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m); return rv; }while(0)
 
#define ereturn14(rv, s, a, b, c, d, e, f, g, h, i, j, k, l, m, n)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m, n); return rv; }while(0)
 
#define ereturn15(rv, s, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)   do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o); return rv; }while(0)
 

Macro Definition Documentation

◆ DBGPRFX

#define DBGPRFX   ""

Definition at line 30 of file debug.h.

◆ debug

#define debug (   s)

Definition at line 60 of file debug.h.

◆ debug1

#define debug1 (   s,
  a 
)

Definition at line 61 of file debug.h.

◆ debug10

#define debug10 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j 
)

Definition at line 70 of file debug.h.

◆ debug11

#define debug11 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k 
)

Definition at line 71 of file debug.h.

◆ debug12

#define debug12 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l 
)

Definition at line 72 of file debug.h.

◆ debug13

#define debug13 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l,
  m 
)

Definition at line 73 of file debug.h.

◆ debug14

#define debug14 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l,
  m,
  n 
)

Definition at line 74 of file debug.h.

◆ debug15

#define debug15 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l,
  m,
  n,
 
)

Definition at line 75 of file debug.h.

◆ debug2

#define debug2 (   s,
  a,
  b 
)

Definition at line 62 of file debug.h.

◆ debug3

#define debug3 (   s,
  a,
  b,
  c 
)

Definition at line 63 of file debug.h.

◆ debug4

#define debug4 (   s,
  a,
  b,
  c,
  d 
)

Definition at line 64 of file debug.h.

◆ debug5

#define debug5 (   s,
  a,
  b,
  c,
  d,
  e 
)

Definition at line 65 of file debug.h.

◆ debug6

#define debug6 (   s,
  a,
  b,
  c,
  d,
  e,
  f 
)

Definition at line 66 of file debug.h.

◆ debug7

#define debug7 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g 
)

Definition at line 67 of file debug.h.

◆ debug8

#define debug8 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h 
)

Definition at line 68 of file debug.h.

◆ debug9

#define debug9 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i 
)

Definition at line 69 of file debug.h.

◆ ereturn

#define ereturn (   rv,
  s 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__); return rv; }while(0)

Definition at line 165 of file debug.h.

◆ ereturn1

#define ereturn1 (   rv,
  s,
  a 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a); return rv; }while(0)

Definition at line 166 of file debug.h.

◆ ereturn10

#define ereturn10 (   rv,
  s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j); return rv; }while(0)

Definition at line 175 of file debug.h.

◆ ereturn11

#define ereturn11 (   rv,
  s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k); return rv; }while(0)

Definition at line 176 of file debug.h.

◆ ereturn12

#define ereturn12 (   rv,
  s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l); return rv; }while(0)

Definition at line 177 of file debug.h.

◆ ereturn13

#define ereturn13 (   rv,
  s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l,
  m 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m); return rv; }while(0)

Definition at line 178 of file debug.h.

◆ ereturn14

#define ereturn14 (   rv,
  s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l,
  m,
  n 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m, n); return rv; }while(0)

Definition at line 179 of file debug.h.

◆ ereturn15

#define ereturn15 (   rv,
  s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l,
  m,
  n,
 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o); return rv; }while(0)

Definition at line 180 of file debug.h.

◆ ereturn2

#define ereturn2 (   rv,
  s,
  a,
  b 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b); return rv; }while(0)

Definition at line 167 of file debug.h.

◆ ereturn3

#define ereturn3 (   rv,
  s,
  a,
  b,
  c 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c); return rv; }while(0)

Definition at line 168 of file debug.h.

◆ ereturn4

#define ereturn4 (   rv,
  s,
  a,
  b,
  c,
  d 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d); return rv; }while(0)

Definition at line 169 of file debug.h.

◆ ereturn5

#define ereturn5 (   rv,
  s,
  a,
  b,
  c,
  d,
  e 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e); return rv; }while(0)

Definition at line 170 of file debug.h.

◆ ereturn6

#define ereturn6 (   rv,
  s,
  a,
  b,
  c,
  d,
  e,
  f 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f); return rv; }while(0)

Definition at line 171 of file debug.h.

◆ ereturn7

#define ereturn7 (   rv,
  s,
  a,
  b,
  c,
  d,
  e,
  f,
  g 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g); return rv; }while(0)

Definition at line 172 of file debug.h.

◆ ereturn8

#define ereturn8 (   rv,
  s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h); return rv; }while(0)

Definition at line 173 of file debug.h.

◆ ereturn9

#define ereturn9 (   rv,
  s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i 
)    do{ fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i); return rv; }while(0)

Definition at line 174 of file debug.h.

◆ error

#define error (   s)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__)

Definition at line 124 of file debug.h.

◆ error1

#define error1 (   s,
  a 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a)

Definition at line 125 of file debug.h.

◆ error10

#define error10 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j)

Definition at line 134 of file debug.h.

◆ error11

#define error11 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k)

Definition at line 135 of file debug.h.

◆ error12

#define error12 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l)

Definition at line 136 of file debug.h.

◆ error13

#define error13 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l,
  m 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m)

Definition at line 137 of file debug.h.

◆ error14

#define error14 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l,
  m,
  n 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m, n)

Definition at line 138 of file debug.h.

◆ error15

#define error15 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l,
  m,
  n,
 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)

Definition at line 139 of file debug.h.

◆ error2

#define error2 (   s,
  a,
  b 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b)

Definition at line 126 of file debug.h.

◆ error3

#define error3 (   s,
  a,
  b,
  c 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c)

Definition at line 127 of file debug.h.

◆ error4

#define error4 (   s,
  a,
  b,
  c,
  d 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d)

Definition at line 128 of file debug.h.

◆ error5

#define error5 (   s,
  a,
  b,
  c,
  d,
  e 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e)

Definition at line 129 of file debug.h.

◆ error6

#define error6 (   s,
  a,
  b,
  c,
  d,
  e,
  f 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f)

Definition at line 130 of file debug.h.

◆ error7

#define error7 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g)

Definition at line 131 of file debug.h.

◆ error8

#define error8 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h)

Definition at line 132 of file debug.h.

◆ error9

#define error9 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] error: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i)

Definition at line 133 of file debug.h.

◆ mdebug

#define mdebug (   s,
  ... 
)

Definition at line 58 of file debug.h.

◆ mereturn

#define mereturn (   rv,
  s,
  ... 
)    do{ fprintf(stderr, DBGPRFX "[" __FILE__ ":%i] ereturn: " s "\n", __LINE__, __VA_ARGS__); return rv; }while(0)

Definition at line 163 of file debug.h.

◆ merror

#define merror (   s,
  ... 
)    fprintf(stderr, DBGPRFX "[" __FILE__ ":%i] error: " s "\n", __LINE__, __VA_ARGS__)

Definition at line 122 of file debug.h.

◆ mwarning

#define mwarning (   s,
  ... 
)    fprintf(stderr, DBGPRFX "[" __FILE__ ":%i] warning: " s "\n", __LINE__, __VA_ARGS__)

Definition at line 81 of file debug.h.

◆ warning

#define warning (   s)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__)

Definition at line 83 of file debug.h.

◆ warning1

#define warning1 (   s,
  a 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a)

Definition at line 84 of file debug.h.

◆ warning10

#define warning10 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j)

Definition at line 93 of file debug.h.

◆ warning11

#define warning11 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k)

Definition at line 94 of file debug.h.

◆ warning12

#define warning12 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l)

Definition at line 95 of file debug.h.

◆ warning13

#define warning13 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l,
  m 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m)

Definition at line 96 of file debug.h.

◆ warning14

#define warning14 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l,
  m,
  n 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m, n)

Definition at line 97 of file debug.h.

◆ warning15

#define warning15 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l,
  m,
  n,
 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)

Definition at line 98 of file debug.h.

◆ warning2

#define warning2 (   s,
  a,
  b 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b)

Definition at line 85 of file debug.h.

◆ warning3

#define warning3 (   s,
  a,
  b,
  c 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c)

Definition at line 86 of file debug.h.

◆ warning4

#define warning4 (   s,
  a,
  b,
  c,
  d 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d)

Definition at line 87 of file debug.h.

◆ warning5

#define warning5 (   s,
  a,
  b,
  c,
  d,
  e 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e)

Definition at line 88 of file debug.h.

◆ warning6

#define warning6 (   s,
  a,
  b,
  c,
  d,
  e,
  f 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f)

Definition at line 89 of file debug.h.

◆ warning7

#define warning7 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g)

Definition at line 90 of file debug.h.

◆ warning8

#define warning8 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h)

Definition at line 91 of file debug.h.

◆ warning9

#define warning9 (   s,
  a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i 
)    fprintf(stderr, DBGPRFX"[" __FILE__ ":%i] warning: " s "\n", __LINE__, a, b, c, d, e, f, g, h, i)

Definition at line 92 of file debug.h.