home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / source / Compares.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-17  |  265 b   |  9 lines  |  [TEXT/CWIE]

  1. #pragma fourbyteints on
  2.  
  3. int compareMnem(const void *opc1, const void *opc2);
  4. int cmpsymb(const void *opc1, const void *opc2);
  5. int CompareFirstLast(const void *opc1, const void *opc2);
  6. int compareOpc(const void *opc1, const void *opc2);
  7.  
  8. #pragma fourbyteints reset
  9.