bntest00.c 375 B

123456789101112131415161718192021222324
  1. /*
  2. * Copyright (c) 1995 Colin Plumb. All rights reserved.
  3. * For licensing and other legal details, see the file legal.c.
  4. *
  5. * bntest00.c - auto-size-detecting bntest??.c file.
  6. *
  7. * Written in 1995 by Colin Plumb.
  8. */
  9. #include "bnsize00.h"
  10. #if BNSIZE64
  11. #include "bntest64.c"
  12. #elif BNSIZE32
  13. #include "bntest32.c"
  14. #else /* BNSIZE16 */
  15. #include "bntest16.c"
  16. #endif