sizetest.c 343 B

123456789101112131415
  1. /*
  2. * Copyright (c) 1995 Colin Plumb. All rights reserved.
  3. * For licensing and other legal details, see the file legal.c.
  4. */
  5. #include "bnsize00.h"
  6. #if BNSIZE16
  7. #error Using 16-bit math library
  8. #elif BNSIZE32
  9. #error Using 32-bit math library
  10. #elif BNSIZE64
  11. #error Using 64-bit math library
  12. #else
  13. #error No math library size defined
  14. #endif