QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
test-vrect.c File Reference

Macros

#define num_tests   (sizeof (tests) / sizeof (tests[0]))
 
#define VR(x, y, w, h)   {x,y,w,h,0}
 
#define VRn(x, y, w, h, n)   {x,y,w,h,n}
 

Functions

int main (int argc, const char **argv)
 

Variables

struct {
   vrect_t   e
 
   vrect_t *   expect
 
   vrect_t *(*   func )(const vrect_t *r1, const
      vrect_t *r2)
 
   vrect_t   r1
 
   vrect_t   r2
 
   int   use_e
 
tests []
 

Macro Definition Documentation

#define num_tests   (sizeof (tests) / sizeof (tests[0]))
#define VR (   x,
  y,
  w,
 
)    {x,y,w,h,0}
#define VRn (   x,
  y,
  w,
  h,
  n 
)    {x,y,w,h,n}

Function Documentation

int main ( int  argc,
const char **  argv 
)

Variable Documentation

vrect_t* expect
vrect_t r1
vrect_t r2
struct { ... } tests[]
int use_e