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 [] |
| vrect_t e |
| vrect_t* expect |
| vrect_t r1 |
| vrect_t r2 |
| struct { ... } tests[] |
| int use_e |