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

CA认证

开发平台:

C/C++

  1. /*
  2.  * bntest00.c - auto-size-detecting bntest??.c file.
  3.  *
  4.  * Written in 1995 by Colin Plumb.  I'm not going to embarass myself
  5.  * by claiming copyright on something this trivial.
  6.  */
  7. #include "bnsize00.h"
  8. #if BNSIZE64
  9. #include "bntest64.c"
  10. #elif BNSIZE32
  11. #include "bntest32.c"
  12. #else /* BNSIZE16 */
  13. #include "bntest16.c"
  14. #endif