pputl  0.2.1
pputl Preprocessor Utilities
Macros
neq.h File Reference

PPUTL_NEQ - expands to 1 if two numbers a and b [0, 256) are NOT equal, or 0 if not More...

#include "pputl/eq.h"
#include "pputl/not.h"

Go to the source code of this file.

Macros

#define PPUTL_NEQ(a, b)   PPUTL_NOT(PPUTL_EQ(a, b))
 

Detailed Description

PPUTL_NEQ - expands to 1 if two numbers a and b [0, 256) are NOT equal, or 0 if not