sizetest.c
上传用户:zbbssh
上传日期:2007-01-08
资源大小:196k
文件大小:0k
源码类别:

CA认证

开发平台:

C/C++

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