PPUTL_NEQ - expands to 1 if two numbers a and b [0, 256) are NOT equal, or 0 if not More...
Go to the source code of this file.
Macros | |
| #define | PPUTL_NEQ(a, b) PPUTL_NOT(PPUTL_EQ(a, b)) |
PPUTL_NEQ - expands to 1 if two numbers a and b [0, 256) are NOT equal, or 0 if not
1.8.18