home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Point Programming 1
/
PPROG1.ISO
/
c
/
snippets
/
hilobyte.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-04-03
|
84 b
|
3 lines
#define LOBYTE(x) ((unsigned char)(x))
#define HIBYTE(x) ((unsigned int)(x) >> 8)