|
wibble
1.1
|

Go to the source code of this file.
Macros | |
| #define | assert_dt_eq(x,...) assert_dt_eq_fn( LOCATION( #x " == " #__VA_ARGS__ ), x, __VA_ARGS__) |
| #define | assert_nn_eq(x, y, N, x1, y1) assert_nn_eq_fn( LOCATION( #x ", " #y " mod " #N " == " #x1 ", " #y1 ), x, y, N, x1, y1) |
| #define assert_dt_eq | ( | x, | |
| ... | |||
| ) | assert_dt_eq_fn( LOCATION( #x " == " #__VA_ARGS__ ), x, __VA_ARGS__) |
| #define assert_nn_eq | ( | x, | |
| y, | |||
| N, | |||
| x1, | |||
| y1 | |||
| ) | assert_nn_eq_fn( LOCATION( #x ", " #y " mod " #N " == " #x1 ", " #y1 ), x, y, N, x1, y1) |
1.8.7