bntest00.c
Upload User: zbbssh
Upload Date: 2007-01-08
Package Size: 196k
Code Size: 0k
Category:

CA program

Development Platform:

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