|
Dillo v3.2.0-93-g6a586845
|

Go to the source code of this file.
Macros | |
| #define | HEX__(n) 0x##n##LU |
| #define | B8__(x) |
| #define | B8(d) ((unsigned char)B8__(HEX__(d))) |
| #define | B16(dmsb, dlsb) (((unsigned short)B8(dmsb)<<8) + B8(dlsb)) |
Definition at line 35 of file binaryconst.h.
Definition at line 32 of file binaryconst.h.
| #define B8__ | ( | x | ) |
Definition at line 17 of file binaryconst.h.
| #define HEX__ | ( | n | ) | 0x##n##LU |
Definition at line 14 of file binaryconst.h.