The SNIPPETS Portable C/C++ Source Code Collection
Tuesday, 09-Feb-2010, 05:36:00 GMT

Archivist: Bob Stout



(Last updated: 16-Sep-2003, 06:23:58 GMT)

hilobyte.h

#ifndef HILOBYTE__H
#define HILOBYTE__H

#define LoByte(x) ((unsigned char)((x) & 0xff))
#define HiByte(x) ((unsigned char)((unsigned short)(x) >> 8))

#endif /* HILOBYTE__H */


hilobyte.h



©2001-2007 by Bob Stout, all rights reserved
All source code free as noted.
Tested with: Get Firefox Get MSIE . .

Support: Rapid PHP