home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / snip1292.zip / HILOBYTE.H < prev    next >
Text File  |  1992-06-20  |  84b  |  3 lines

  1. #define LOBYTE(x) ((unsigned char)(x))
  2. #define HIBYTE(x) ((unsigned int)(x) >> 8)
  3.