home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / crypl200.zip / BNLIB / SIZETEST.C < prev   
C/C++ Source or Header  |  1996-01-28  |  214b  |  12 lines

  1. #include "bnsize00.h"
  2.  
  3. #if BNSIZE16
  4. #error Using 16-bit math library
  5. #elif BNSIZE32
  6. #error Using 32-bit math library
  7. #elif BNSIZE64
  8. #error Using 64-bit math library
  9. #else
  10. #error No math library size defined
  11. #endif
  12.