lbn00.c 516 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Copyright (c) 1995 Colin Plumb. All rights reserved.
  3. * For licensing and other legal details, see the file legal.c.
  4. *
  5. * lbn00.c - auto-size-detecting lbn??.c file.
  6. *
  7. * Written in 1995 by Colin Plumb.
  8. */
  9. #include "bnsize00.h"
  10. #if BNSIZE64
  11. /* Include all of the C source file by reference */
  12. #include "lbn64.c"
  13. #elif BNSIZE32
  14. /* Include all of the C source file by reference */
  15. #include "lbn32.c"
  16. #else /* BNSIZE16 */
  17. /* Include all of the C source file by reference */
  18. #include "lbn16.c"
  19. #endif