mirror of
https://github.com/wnayes/macutils.git
synced 2024-12-22 01:30:15 +00:00
5 lines
87 B
C
Executable File
5 lines
87 B
C
Executable File
#define NIBBLEMASK 0x0000000f
|
|
#define BYTEMASK 0x000000ff
|
|
#define WORDMASK 0x0000ffff
|
|
|